Searched defs:putByte (Results 1 – 12 of 12) sorted by relevance
53 public void putByte(int item) { in putByte() method in DebugBytecodeWriter
73 public void putByte(byte aByte) { in putByte() method in DexOutputBuffer
35 PrimitiveSink putByte(byte b); in putByte() method
62 public Hasher putByte(byte b) { in putByte() method in AbstractByteHasher
54 @Override Hasher putByte(byte b); in putByte() method
85 public Hasher putByte(byte b) { in putByte() method in AbstractNonStreamingHashFunction.BufferingHasher
187 public final Hasher putByte(byte b) { in putByte() method in AbstractStreamingHashFunction.AbstractStreamingHasher
72 public void putByte(byte b) { in putByte() method in LZDecoder
190 public function putByte($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
193 public function putByte($x) function in Google\\FlatBuffers\\FlatbufferBuilder
199 public void putByte (byte x) { bb.put (space -= Constants.SIZEOF_BYTE, x); } in putByte() method in FlatBufferBuilder
112 public void putByte(String key, byte value) { in putByte() method in ShadowBundle