Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js874 jspb.BinaryDecoder.prototype.readInt64 = function() { method in jspb.BinaryDecoder
Dreader.js636 jspb.BinaryReader.prototype.readInt64 = function() { method in jspb.BinaryReader
/external/protobuf/objectivec/
DGPBCodedInputStream.m403 - (int64_t)readInt64 { method
/external/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
759 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.ArrayDecoder
1473 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2225 public long readInt64() throws IOException { in readInt64() method in CodedInputStream.StreamDecoder
3321 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
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java163 public long readInt64() throws IOException { in readInt64() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java171 public long readInt64() throws IOException { in readInt64() method in CodedInputStreamMicro
/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h162 bool readInt64(uint64_t &Val) { in readInt64() function
/external/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/flatbuffers/js/
Dflatbuffers.js957 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js93 Decoder.prototype.readInt64 = function() { method in Decoder