Searched refs:KeyTypePointer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashKeys.h73 typedef const nsAString* KeyTypePointer; typedef in class:nsStringHashKey
75 nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) { }
80 KeyTypePointer GetKeyPointer() const { return &mStr; }
81 PRBool KeyEquals(const KeyTypePointer aKey) const
86 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
87 static PLDHashNumber HashKey(const KeyTypePointer aKey)
106 typedef const nsACString* KeyTypePointer; typedef in class:nsCStringHashKey
113 KeyTypePointer GetKeyPointer() const { return &mStr; }
115 PRBool KeyEquals(KeyTypePointer aKey) const { return mStr.Equals(*aKey); }
117 static KeyTypePointer KeyToPointe
137 typedef const PRUint32* KeyTypePointer; typedef in class:nsUint32HashKey
164 typedef const nsISupports* KeyTypePointer; typedef in class:nsISupportsHashKey
197 typedef const void* KeyTypePointer; typedef in class:nsVoidPtrHashKey
230 typedef const nsID* KeyTypePointer; typedef in class:nsIDHashKey
263 typedef const char* KeyTypePointer; typedef in class:nsDepCharHashKey
293 typedef const char* KeyTypePointer; typedef in class:nsCharPtrHashKey
[all...]
H A DnsTHashtable.h72 * // KeyTypePointer is the pointer-version of KeyType, because pldhash.h
74 * typedef const something* KeyTypePointer;
76 * EntryType(KeyTypePointer aKey);
86 * const KeyTypePointer GetKeyPointer() const;
89 * PRBool KeyEquals(KeyTypePointer aKey) const;
91 * // KeyToPointer(): Convert KeyType to KeyTypePointer
92 * static KeyTypePointer KeyToPointer(KeyType aKey);
95 * static PLDHashNumber HashKey(KeyTypePointer aKey);
142 * KeyTypePointer is typedef'ed for ease of use.
144 typedef typename EntryType::KeyTypePointer KeyTypePointe typedef in class:nsTHashtable
[all...]
H A DnsBaseHashtable.h62 typedef typename KeyClass::KeyTypePointer KeyTypePointer; typedef in class:nsBaseHashtableET
64 nsBaseHashtableET(KeyTypePointer aKey);
302 nsBaseHashtableET<KeyClass,DataType>::nsBaseHashtableET(KeyTypePointer aKey) :
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h113 typedef const Key *KeyTypePointer; typedef in class:DConnectInstanceKey
120 KeyTypePointer GetKeyPointer() const { return &mKey; }
122 PRBool KeyEquals(KeyTypePointer aKey) const {
128 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
129 static PLDHashNumber HashKey(KeyTypePointer aKey) {
172 typedef const Key *KeyTypePointer; typedef in class:DConnectStubKey
179 KeyTypePointer GetKeyPointer() const { return &mKey; }
181 PRBool KeyEquals(KeyTypePointer aKey) const {
186 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
187 static PLDHashNumber HashKey(KeyTypePointer aKe
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp99 typedef const char* KeyTypePointer; typedef in class:EntityToUnicodeEntry

Completed in 59 milliseconds