Searched refs:KeyMatch (Results 1 – 2 of 2) sorted by relevance
159 return KeyMatch(array_[Hash(key)], key); in Has()169 return KeyMatch(entry, key) ? EntryToValue(entry) : default_value; in GetOrDefault()213 static bool KeyMatch(T entry, K key) { in KeyMatch() function
24463 (PackedCache::KeyMatch):