Searched refs:HashFn (Results 1 – 5 of 5) sorted by relevance
21 import com.google.common.hash.HashTestUtils.HashFn;60 HashFn hf = new HashFn() { in testParanoid()
22 import com.google.common.hash.HashTestUtils.HashFn;70 HashFn hf = new HashFn() { in testParanoid()
54 interface HashFn { interface in HashTestUtils58 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { in verifyHashFunction()
140 using HashFn = uint32_t(StringRef);149 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) in HashData()167 HashFn *Hash;176 AccelTableBase(HashFn *Hash) : Entries(Allocator), Hash(Hash) {} in AccelTableBase()
111 template <class HashFn, class GenInputs>112 void BM_Hash(benchmark::State& st, HashFn fn, GenInputs gen) { in BM_Hash()