Searched defs:LookupKey (Results 1 – 7 of 7) sorted by relevance
29 public class LookupKey { class32 public LookupKey(ImmutableList<Ident> simpleNames) { in LookupKey() method in LookupKey
161 const LookupKeyT &LookupKey) { in insert_as()165 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as()
31 struct LookupKey { struct in __anonb14bee2a0111::ParametricStorageUniquer33 unsigned hashValue;36 function_ref<bool(const BaseStorage *)> isEqual;
201 const LookupKeyT &LookupKey) { in insert_as()205 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as()
212 const LookupKeyT &LookupKey) { in insert_as()216 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as()
319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow() local