Searched defs:KeyEquals (Results 1 – 1 of 1) sorted by relevance
91676 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mKey; } in KeyEquals() function in nsPtrHashKey91728 bool KeyEquals(const KeyTypePointer aKey) const in KeyEquals() function in nsStringHashKey91771 bool KeyEquals(const KeyTypePointer aKey) const in KeyEquals() function in nsStringCaseInsensitiveHashKey91806 bool KeyEquals(KeyTypePointer aKey) const { return mStr.Equals(*aKey); } in KeyEquals() function in nsCStringHashKey91844 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsUint32HashKey91870 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsUint64HashKey91899 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mValue; } in KeyEquals() function in nsFloatHashKey91934 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals() function in nsISupportsHashKey91964 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mKey; } in KeyEquals() function in nsRefPtrHashKey92018 bool KeyEquals(KeyTypePointer aKey) const { return *aKey == mKey; } in KeyEquals() function in nsFuncPtrHashKey[all …]