Searched defs:newHasher (Results 1 – 11 of 11) sorted by relevance
143 Hasher newHasher(); in newHasher() method151 Hasher newHasher(int expectedInputSize); in newHasher() method
31 public Hasher newHasher() { in newHasher() method in Crc32cHashFunction
34 public Hasher newHasher() { in newHasher() method in AbstractNonStreamingHashFunction39 public Hasher newHasher(int expectedInputSize) { in newHasher() method in AbstractNonStreamingHashFunction
49 public Hasher newHasher() { in newHasher() method in ChecksumHashFunction
49 public Hasher newHasher() { in newHasher() method in AbstractCompositeHashFunction
55 @Override public Hasher newHasher() { in newHasher() method in Murmur3_128HashFunction
67 @Override public Hasher newHasher() { in newHasher() method in SipHashFunction
81 @Override public Hasher newHasher() { in newHasher() method in MessageDigestHashFunction
61 @Override public Hasher newHasher() { in newHasher() method in Murmur3_32HashFunction
64 @Override public Hasher newHasher(int expectedInputSize) { in newHasher() method in AbstractStreamingHashFunction
101 public Hasher newHasher() { in newHasher() method in AbstractNonStreamingHashFunctionTest.StreamingVersion