Searched refs:hashLookupKey (Results 1 – 12 of 12) sorted by relevance
39 uint32_t hashLookupKey(StringRef S) const;
33 uint16_t hashLookupKey(StringRef S) const;
223 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as()
31 uint32_t hashLookupKey(uint32_t N) const { return N; } in hashLookupKey() function222 uint32_t hashLookupKey(StringRef S) const { in hashLookupKey() function
93 EXPECT_LE(Traits.hashLookupKey(S), 0xFFFFu); in TEST()
31 uint16_t NamedStreamMapTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in NamedStreamMapTraits
28 uint32_t StringTableHashTraits::hashLookupKey(StringRef S) const { in hashLookupKey() function in StringTableHashTraits