Searched refs:RandomHasherAction (Results 1 – 3 of 3) sorted by relevance
90 static enum RandomHasherAction { enum in HashTestUtils224 private static final RandomHasherAction[] actions = values();226 static RandomHasherAction pickAtRandom(Random random) { in pickAtRandom()462 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()463 RandomHasherAction.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2)); in assertIndependentHashers()473 RandomHasherAction.pickAtRandom(random).performAction(random, ImmutableSet.of(hasher)); in randomHash()
20 import com.google.common.hash.HashTestUtils.RandomHasherAction;47 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
24 import com.google.common.hash.HashTestUtils.RandomHasherAction;161 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()