Home | History | Annotate | Download | only in src

Lines Matching defs:IsMatch

3458 //     static bool IsMatch(Key key, Object* other);
3677 virtual bool IsMatch(Object* other) = 0;
3692 static inline bool IsMatch(HashTableKey* key, Object* value) {
3693 return key->IsMatch(value);
3758 static inline bool IsMatch(HashTableKey* key, Object* value) {
3759 return key->IsMatch(value);
3909 static inline bool IsMatch(Name* key, Object* other);
3945 static inline bool IsMatch(uint32_t key, Object* other);
4053 static inline bool IsMatch(Object* key, Object* other);
4140 static inline bool IsMatch(Object* key, Object* other);
7868 static inline bool IsMatch(HashTableKey* key, Object* value) {
7869 return key->IsMatch(value);
7971 static inline bool IsMatch(HashTableKey* key, Object* value) {
7972 return key->IsMatch(value);