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.java46 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
59 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
70 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
DAbstractHasher.java61 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher
66 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher
75 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
DAbstractByteHasher.java83 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
90 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
97 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
DHasher.java64 Hasher putBytes(byte[] bytes); in putBytes() method
67 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
70 Hasher putBytes(ByteBuffer bytes); in putBytes() method
DAbstractCompositeHashFunction.java84 public Hasher putBytes(byte[] bytes) { in fromHashers() method
92 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method
100 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
DAbstractStreamingHasher.java95 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher
100 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
DAbstractNonStreamingHashFunction.java94 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
100 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
DMurmur3_32HashFunction.java304 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
317 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
/external/guava/android/guava/src/com/google/common/hash/
DPrimitiveSink.java46 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
59 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
70 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
DAbstractHasher.java61 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher
66 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher
75 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
DAbstractByteHasher.java83 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
90 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
97 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
DHasher.java64 Hasher putBytes(byte[] bytes); in putBytes() method
67 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
70 Hasher putBytes(ByteBuffer bytes); in putBytes() method
DAbstractCompositeHashFunction.java84 public Hasher putBytes(byte[] bytes) { in fromHashers() method
92 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method
100 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
DAbstractStreamingHasher.java95 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher
100 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
DAbstractNonStreamingHashFunction.java94 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
100 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
DMurmur3_32HashFunction.java304 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
317 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher