OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashFn
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash32Test.java
22
import com.google.common.hash.HashTestUtils.
HashFn
;
31
HashFn
hf = new
HashFn
() {
Murmur3Hash128Test.java
25
import com.google.common.hash.HashTestUtils.
HashFn
;
60
HashFn
hf = new
HashFn
() {
HashTestUtils.java
42
interface
HashFn
{
46
static void verifyHashFunction(
HashFn
hashFunction, int hashbits, int expected) {
Completed in 75 milliseconds