Searched refs:hashLookupKey (Results 1 – 5 of 5) sorted by relevance
40 uint32_t hashLookupKey(StringRef S) const;
34 uint16_t hashLookupKey(StringRef S) const;
99 uint32_t hashLookupKey(uint32_t N) const { return N; }226 uint32_t H = Traits.hashLookupKey(K) % capacity();
32 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
29 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits