Searched defs:putLong (Results 1 – 10 of 10) sorted by relevance
153 public static void putLong(final long value, final byte[] buf, int offset) { in putLong() method in ZipLong157 public void putLong(final byte[] buf, final int offset) { in putLong() method in ZipLong
71 PrimitiveSink putLong(long l); in putLong() method
106 public Hasher putLong(long l) { in putLong() method in AbstractByteHasher
59 @Override Hasher putLong(long l); in putLong() method
90 @Override public Hasher putLong(long l) { in newHasher() method
123 public Hasher putLong(long l) { in putLong() method in AbstractNonStreamingHashFunction.BufferingHasher
215 public final Hasher putLong(long l) { in putLong() method in AbstractStreamingHashFunction.AbstractStreamingHasher
268 public function putLong($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
245 public function putLong($x) function in Google\\FlatBuffers\\FlatbufferBuilder
324 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); } in putLong() method in FlatBufferBuilder