Home
last modified time | relevance | path

Searched defs:readInt64 (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js77 SSHBuffer.prototype.readInt64 = function () { method in SSHBuffer
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js60 function readInt64(bufferDecoder, start) { function
348 readInt64, property
/third_party/flatbuffers/ts/
Dbyte-buffer.ts78 readInt64(offset: number): Long { method in ByteBuffer
/third_party/protobuf/js/binary/
Ddecoder.js756 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
Dreader.js637 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m411 - (int64_t)readInt64 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java97 long readInt64() throws IOException; in readInt64() method
DCodedInputStream.java264 public abstract long readInt64() throws IOException; in readInt64() method in CodedInputStream
761 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder
1475 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2227 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder
3323 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java127 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamReader
DBinaryReader.java179 public long readInt64() throws IOException { in readInt64() method in BinaryReader.SafeHeapReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php171 public static function readInt64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h210 bool readInt64(uint64_t &Val) { in readInt64() function