Home
last modified time | relevance | path

Searched defs:putBytes (Results 1 – 16 of 16) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DPrimitiveSink.java45 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
58 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
69 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
DAbstractHasher.java59 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher
64 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher
73 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
DAbstractByteHasher.java82 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
89 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
96 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
DHasher.java62 Hasher putBytes(byte[] bytes); in putBytes() method
65 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
68 Hasher putBytes(ByteBuffer bytes); in putBytes() method
DAbstractCompositeHashFunction.java82 public Hasher putBytes(byte[] bytes) { in fromHashers() method
90 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method
98 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
DAbstractStreamingHasher.java94 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher
99 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
DAbstractNonStreamingHashFunction.java93 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
99 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
DMurmur3_32HashFunction.java293 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
306 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
/external/guava/android/guava/src/com/google/common/hash/
DPrimitiveSink.java45 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
58 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
69 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
DAbstractHasher.java59 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher
64 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher
73 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
DAbstractByteHasher.java82 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
89 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
96 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
DHasher.java62 Hasher putBytes(byte[] bytes); in putBytes() method
65 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
68 Hasher putBytes(ByteBuffer bytes); in putBytes() method
DAbstractCompositeHashFunction.java82 public Hasher putBytes(byte[] bytes) { in fromHashers() method
90 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method
98 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
DAbstractStreamingHasher.java94 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher
99 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
DAbstractNonStreamingHashFunction.java93 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
99 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
DMurmur3_32HashFunction.java293 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
306 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher