Searched defs:putByte (Results 1 – 10 of 10) sorted by relevance
43 public void putByte(Object o, long offset, byte x) { /* null implementation */ } in putByte() method in Unsafe44 public void putByte(long address, byte x) { /* null implmentation */ } in putByte() method in Unsafe
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
79 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
300 public void putByte (byte x) { bb.put (space -= Constants.SIZEOF_BYTE, x); } in putByte() method in FlatBufferBuilder