Searched defs:KeyType (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsClassHashtable.h58 typedef typename KeyClass::KeyType KeyType; typedef in class:nsClassHashtable
65 PRBool Get(KeyType aKey, UserDataType* pData) const;
81 typedef typename KeyClass::KeyType KeyType; typedef in class:nsClassHashtableMT
88 PRBool Get(KeyType aKey, UserDataType* pData) const;
98 nsClassHashtable<KeyClass,T>::Get(KeyType aKey, T** retVal) const
124 nsClassHashtableMT<KeyClass,T>::Get(KeyType aKey, T** retVal) const
H A DnsInterfaceHashtable.h58 typedef typename KeyClass::KeyType KeyType; typedef in class:nsInterfaceHashtable
66 PRBool Get(KeyType aKey, UserDataType* pData) const;
74 Interface* GetWeak(KeyType aKey, PRBool* aFound = nsnull) const;
88 typedef typename KeyClass::KeyType KeyType; typedef in class:nsInterfaceHashtableMT
96 PRBool Get(KeyType aKey, UserDataType* pData) const;
111 (KeyType aKey, UserDataType* pInterface) const
139 (KeyType aKey, PRBool* aFound) const
165 (KeyType aKe
[all...]
H A DnsRefPtrHashtable.h59 typedef typename KeyClass::KeyType KeyType; typedef in class:nsRefPtrHashtable
67 PRBool Get(KeyType aKey, UserDataType* pData) const;
75 RefPtr* GetWeak(KeyType aKey, PRBool* aFound = nsnull) const;
89 typedef typename KeyClass::KeyType KeyType; typedef in class:nsRefPtrHashtableMT
97 PRBool Get(KeyType aKey, UserDataType* pData) const;
112 (KeyType aKey, UserDataType* pRefPtr) const
140 (KeyType aKey, PRBool* aFound) const
166 (KeyType aKe
[all...]
H A DnsBaseHashtable.h61 typedef typename KeyClass::KeyType KeyType; typedef in class:nsBaseHashtableET
86 typedef typename KeyClass::KeyType KeyType; typedef in class:nsBaseHashtable
125 PRBool Get(KeyType aKey, UserDataType* pData) const
144 PRBool Put(KeyType aKey, UserDataType aData)
160 void Remove(KeyType aKey) { this->RemoveEntry(aKey); }
172 (*PR_CALLBACK EnumReadFunction)(KeyType aKey,
206 (*PR_CALLBACK EnumFunction)(KeyType aKey,
272 nsBaseHashtable<KeyClass,DataType,UserDataType>::KeyType KeyTyp typedef in class:nsBaseHashtableMT
[all...]
H A DnsHashKeys.h65 * hashkey wrapper using nsAString KeyType
72 typedef const nsAString& KeyType; typedef in class:nsStringHashKey
79 KeyType GetKey() const { return mStr; }
86 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
98 * hashkey wrapper using nsACString KeyType
105 typedef const nsACString& KeyType; typedef in class:nsCStringHashKey
112 KeyType GetKey() const { return mStr; }
117 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
129 * hashkey wrapper using PRUint32 KeyType
136 typedef const PRUint32& KeyType; typedef in class:nsUint32HashKey
163 typedef nsISupports* KeyType; typedef in class:nsISupportsHashKey
196 typedef const void* KeyType; typedef in class:nsVoidPtrHashKey
229 typedef const nsID& KeyType; typedef in class:nsIDHashKey
262 typedef const char* KeyType; typedef in class:nsDepCharHashKey
292 typedef const char* KeyType; typedef in class:nsCharPtrHashKey
[all...]
H A DnsTHashtable.h68 * // KeyType is what we use when Get()ing or Put()ing this entry
71 * typedef something KeyType;
72 * // KeyTypePointer is the pointer-version of KeyType, because pldhash.h
91 * // KeyToPointer(): Convert KeyType to KeyTypePointer
92 * static KeyTypePointer KeyToPointer(KeyType aKey);
137 * KeyType is typedef'ed for ease of use.
139 typedef typename EntryType::KeyType KeyType; typedef in class:nsTHashtable
158 EntryType* GetEntry(KeyType aKey) const
177 EntryType* PutEntry(KeyType aKe
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvnode_cache.cpp51 typedef uint32 KeyType; typedef in struct:HashTableDefinition
H A DOpenHashTable.h52 typedef int KeyType;
98 typedef typename Definition::KeyType KeyType; typedef in class:BOpenHashTable
157 ValueType* Lookup(const KeyType& key) const
204 // TODO: a ValueType* Remove(const KeyType& key) method is missing
400 Iterator GetIterator(const KeyType& key) const
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h112 typedef const Key &KeyType; typedef in class:DConnectInstanceKey
119 KeyType GetKey() const { return mKey; }
128 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
171 typedef const Key &KeyType; typedef in class:DConnectStubKey
178 KeyType GetKey() const { return mKey; }
186 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp98 typedef const char* KeyType; typedef in class:EntityToUnicodeEntry
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h231 UINT32 KeyType; // Key Type member in struct:_CPL_KEY_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddcdvd.h64 DVD_KEY_TYPE KeyType; member in struct:_DVD_COPY_PROTECT_KEY
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddcdvd.h66 DVD_KEY_TYPE KeyType; member in struct:_DVD_COPY_PROTECT_KEY

Completed in 67 milliseconds