Searched refs:KeyToPointer (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashKeys.h86 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:nsStringHashKey
117 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:nsCStringHashKey
147 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:nsUint32HashKey
177 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } function in class:nsISupportsHashKey
210 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } function in class:nsVoidPtrHashKey
241 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:nsIDHashKey
276 static const char* KeyToPointer(const char* aKey) { return aKey; } function in class:nsDepCharHashKey
306 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } function in class:nsCharPtrHashKey
H A DnsTHashtable.h91 * // KeyToPointer(): Convert KeyType to KeyTypePointer
92 * static KeyTypePointer KeyToPointer(KeyType aKey);
166 EntryType::KeyToPointer(aKey),
184 EntryType::KeyToPointer(aKey),
197 EntryType::KeyToPointer(aKey),
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h128 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:DConnectInstanceKey
186 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } function in class:DConnectStubKey
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp107 static const char* KeyToPointer(const char* aEntity) { return aEntity; } function in class:EntityToUnicodeEntry

Completed in 196 milliseconds