Searched refs:putByte (Results 1 – 12 of 12) sorted by relevance
36 @Override public Hasher putByte(byte b) { in newHasher()38 hasher.putByte(b); in newHasher()
72 @Override public Hasher putByte(byte b) { in putByte() method in MessageDigestHashFunction.MessageDigestHasher132 return putByte(b ? (byte) 1 : (byte) 0); in putBoolean()
35 Sink putByte(byte b); in putByte() method
30 return putByte(b ? (byte) 1 : (byte) 0); in putBoolean()
31 @Override Hasher putByte(byte b); in putByte() method
42 public Hasher putByte(byte b) { in putByte() method in AbstractNonStreamingHashFunction.BufferingHasher
179 public final Hasher putByte(byte b) { in putByte() method in AbstractStreamingHashFunction.AbstractStreamingHasher
36 sink.putByte((byte) 1); in testBytes()38 sink.putByte((byte) 7); in testBytes()
97 sink.putByte((byte) value); in PUT_BYTE()
70 bundle.putByte("foo", (byte) 0xA); in testByte()
306 b1.putByte("byte", (byte) 0xAA); in testReadWriteBundleWithDifferentValueTypes()
112 public void putByte(String key, byte value) { in putByte() method in ShadowBundle