Searched refs:getPersistentHashFunction (Results 1 – 6 of 6) sorted by relevance
19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;79 initHash(getPersistentHashFunction()); in initHash()103 private HashFunction hashFunction = getPersistentHashFunction();
19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;77 this.hash = getPersistentHashFunction() in initHash()
19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;75 this.hash = getPersistentHashFunction().hashObject(this, VmSpecFunnel.INSTANCE).asInt(); in initHash()
19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;83 this.hash = getPersistentHashFunction() in initHash()
19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;88 this.hash = getPersistentHashFunction() in initHash()
28 static HashFunction getPersistentHashFunction() { in getPersistentHashFunction() method in PersistentHashing