Searched refs:GetKey (Results 1 – 9 of 9) sorted by relevance
101 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()128 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()260 const K& key = Traits::GetKey(val); in uncheckedSet()272 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()434 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function572 static const T& GetKey(const T& item) { return item; } in GetKey() function
103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()262 const K& key = Traits::GetKey(val); in uncheckedSet()274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function574 static const T& GetKey(const T& item) { return item; } in GetKey() function
101 if (hash == s.hash && key == Traits::GetKey(*s)) { in find()128 if (hash == s.hash && key == Traits::GetKey(*s)) { in remove()260 const K& key = Traits::GetKey(val); in uncheckedSet()272 if (hash == s.hash && key == Traits::GetKey(*s)) { in uncheckedSet()433 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function571 static const T& GetKey(const T& item) { return item; } in GetKey() function
102 static const K& GetKey(Entry* e) { in GetKey() function