Home
last modified time | relevance | path

Searched defs:KeyToPointer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91678 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
[all …]