Home
last modified time | relevance | path

Searched refs:checkConsistentHashCorrectness (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java156 checkConsistentHashCorrectness(h); in testConsistentHash_correctness()
160 checkConsistentHashCorrectness(r.nextLong()); in testConsistentHash_correctness()
164 private void checkConsistentHashCorrectness(long hashCode) { in checkConsistentHashCorrectness() method in HashingTest