Searched defs:KeyToPointer (Results 1 – 1 of 1) sorted by relevance
91678 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsPtrHashKey91733 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsStringHashKey91776 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsStringCaseInsensitiveHashKey91808 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsCStringHashKey91846 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsUint32HashKey91872 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsUint64HashKey91901 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsFloatHashKey91936 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsISupportsHashKey91966 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsRefPtrHashKey92020 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsFuncPtrHashKey[all …]