Lines Matching defs:KeyToPointer
91678 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsPtrHashKey
91733 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsStringHashKey
91776 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsStringCaseInsensitiveHashKey
91808 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsCStringHashKey
91846 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsUint32HashKey
91872 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsUint64HashKey
91901 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsFloatHashKey
91936 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsISupportsHashKey
91966 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsRefPtrHashKey
92020 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsFuncPtrHashKey
92049 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsIDHashKey
92075 static const char* KeyToPointer(const char* aKey) { return aKey; } in KeyToPointer() function in nsDepCharHashKey
92119 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsCharPtrHashKey
92169 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() function in nsUnicharPtrHashKey
92213 static const nsIHashable* KeyToPointer(nsIHashable* aKey) { return aKey; } in KeyToPointer() function in nsHashableHashKey
92259 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsGenericHashKey
94090 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in nsAttrHashKey
109479 static KeyTypePointer KeyToPointer(KeyType aKey) in KeyToPointer() function in nsPresArena::FreeList
114698 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() function in gfxFontFeatureValueSet::FeatureValueHashEntry
145621 static const nsIURI* KeyToPointer(nsIURI* aKey) { return aKey; } in KeyToPointer() function in nsURIHashKey
170799 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer() function in mozilla::PseudoElementHashEntry