Searched refs:storageKeyToLookupKey (Results 1 – 6 of 6) sorted by relevance
224 if (Traits.storageKeyToLookupKey(Buckets[I].first) == K) in find_as()278 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K); in set_as_internal()315 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow()
39 StringRef storageKeyToLookupKey(uint32_t Offset) const;
32 StringRef storageKeyToLookupKey(uint32_t Offset) const;
33 uint32_t storageKeyToLookupKey(uint32_t N) const { return N; } in storageKeyToLookupKey() function227 StringRef storageKeyToLookupKey(uint32_t N) const { in storageKeyToLookupKey() function
37 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const {38 StringRef NamedStreamMapTraits::storageKeyToLookupKey(uint32_t Offset) const { storageKeyToLookupKey() function in NamedStreamMapTraits
39 StringRef StringTableHashTraits::storageKeyToLookupKey(uint32_t Offset) const { in storageKeyToLookupKey() function in StringTableHashTraits