Home
last modified time | relevance | path

Searched defs:expectedInputSize (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DAbstractNonStreamingHashFunction.java39 public Hasher newHasher(int expectedInputSize) { in newHasher()
80 BufferingHasher(int expectedInputSize) { in BufferingHasher()
151 ExposedByteArrayOutputStream(int expectedInputSize) { in ExposedByteArrayOutputStream()
DHashFunction.java151 Hasher newHasher(int expectedInputSize); in newHasher()
DAbstractStreamingHashFunction.java64 @Override public Hasher newHasher(int expectedInputSize) { in newHasher()