Searched defs:putShort (Results 1 – 10 of 10) sorted by relevance
61 PrimitiveSink putShort(short s); in putShort() method
94 public Hasher putShort(short s) { in putShort() method in AbstractByteHasher
57 @Override Hasher putShort(short s); in putShort() method
76 @Override public Hasher putShort(short s) { in newHasher() method
107 public Hasher putShort(short s) { in putShort() method in AbstractNonStreamingHashFunction.BufferingHasher
194 public final Hasher putShort(short s) { in putShort() method in AbstractStreamingHashFunction.AbstractStreamingHasher
102 public static void putShort(final int value, final byte[] buf, final int offset) { in putShort() method in ZipShort
216 public function putShort($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
209 public function putShort($x) function in Google\\FlatBuffers\\FlatbufferBuilder
308 public void putShort (short x) { bb.putShort (space -= Constants.SIZEOF_SHORT, x); } in putShort() method in FlatBufferBuilder