Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js60 function readInt64(bufferDecoder, start) { function
346 readInt64, property
/external/flatbuffers/ts/
Dbyte-buffer.ts78 readInt64(offset: number): bigint { method in ByteBuffer
/external/cronet/third_party/protobuf/js/binary/
Ddecoder.js757 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
Dreader.js647 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
/external/cronet/third_party/protobuf/objectivec/
DGPBCodedInputStream.m411 - (int64_t)readInt64 { method
/external/protobuf/objectivec/
DGPBCodedInputStream.m411 - (int64_t)readInt64 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java163 public long readInt64() throws IOException { in readInt64() method in CodedInputByteBufferNano
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java98 long readInt64() throws IOException; in readInt64() method
DCodedInputStream.java270 public abstract long readInt64() throws IOException; in readInt64() method in CodedInputStream
767 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder
1482 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2275 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder
3370 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java128 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamReader
DBinaryReader.java180 public long readInt64() throws IOException { in readInt64() method in BinaryReader.SafeHeapReader
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java98 long readInt64() throws IOException; in readInt64() method
DCodedInputStream.java270 public abstract long readInt64() throws IOException; in readInt64() method in CodedInputStream
767 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder
1482 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2275 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder
3370 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java128 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamReader
DBinaryReader.java180 public long readInt64() throws IOException { in readInt64() method in BinaryReader.SafeHeapReader
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java171 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamMicro
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php171 public static function readInt64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php171 public static function readInt64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h210 bool readInt64(uint64_t &Val) { in readInt64() function
/external/llvm/include/llvm/Support/
DGCOV.h197 bool readInt64(uint64_t &Val) { in readInt64() function
/external/libchrome/mojo/public/js/lib/
Dcodec.js93 Decoder.prototype.readInt64 = function() { method in Decoder