Lines Matching defs:KeyEquals
91676 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
92047 bool KeyEquals(KeyTypePointer aKey) const { return aKey->Equals(mID); } in KeyEquals() function in nsIDHashKey
92073 bool KeyEquals(const char* aKey) const { return !strcmp(mKey, aKey); } in KeyEquals() function in nsDepCharHashKey
92117 bool KeyEquals(KeyTypePointer aKey) const { return !strcmp(mKey, aKey); } in KeyEquals() function in nsCharPtrHashKey
92167 bool KeyEquals(KeyTypePointer aKey) const { return !NS_strcmp(mKey, aKey); } in KeyEquals() function in nsUnicharPtrHashKey
92204 bool KeyEquals(const nsIHashable* aKey) const in KeyEquals() function in nsHashableHashKey
92257 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mKey; } in KeyEquals() function in nsGenericHashKey
94084 bool KeyEquals(KeyTypePointer aKey) const in KeyEquals() function in nsAttrHashKey
109476 bool KeyEquals(KeyTypePointer const aKey) const in KeyEquals() function in nsPresArena::FreeList
145610 bool KeyEquals(const nsIURI* aKey) const { in KeyEquals() function in nsURIHashKey
170793 bool KeyEquals(KeyTypePointer aKey) const in KeyEquals() function in mozilla::PseudoElementHashEntry