Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91676 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mKey; } in KeyEquals() function in nsPtrHashKey
91728 bool KeyEquals(const KeyTypePointer aKey) const in KeyEquals() function in nsStringHashKey
91771 bool KeyEquals(const KeyTypePointer aKey) const in KeyEquals() function in nsStringCaseInsensitiveHashKey
91806 bool KeyEquals(KeyTypePointer aKey) const { return mStr.Equals(*aKey); } in KeyEquals() function in nsCStringHashKey
91844 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsUint32HashKey
91870 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsUint64HashKey
91899 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsFloatHashKey
91934 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals() function in nsISupportsHashKey
91964 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mKey; } in KeyEquals() function in nsRefPtrHashKey
92018 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mKey; } in KeyEquals() function in nsFuncPtrHashKey
[all …]