Searched defs:readInt64 (Results 1 – 12 of 12) sorted by relevance
77 SSHBuffer.prototype.readInt64 = function () { method in SSHBuffer
60 function readInt64(bufferDecoder, start) { function348 readInt64, property
78 readInt64(offset: number): Long { method in ByteBuffer
756 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
637 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
411 - (int64_t)readInt64 { method
97 long readInt64() throws IOException; in readInt64() method
264 public abstract long readInt64() throws IOException; in readInt64() method in CodedInputStream761 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder1475 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder2227 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder3323 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
127 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamReader
179 public long readInt64() throws IOException { in readInt64() method in BinaryReader.SafeHeapReader
171 public static function readInt64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
210 bool readInt64(uint64_t &Val) { in readInt64() function