Searched refs:HashFn (Results 1 – 3 of 3) 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()