Home
last modified time | relevance | path

Searched defs:readFixed64 (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.m411 - (uint64_t)readFixed64 { method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java109 long readFixed64() throws IOException; in readFixed64() method
DCodedInputStream.java270 public abstract long readFixed64() throws IOException; in readFixed64() method in CodedInputStream
769 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.ArrayDecoder
1483 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.UnsafeDirectNioDecoder
2235 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.StreamDecoder
3331 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java139 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamReader
DBinaryReader.java191 public long readFixed64() throws IOException { in readFixed64() method in BinaryReader.SafeHeapReader
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java173 public long readFixed64() throws IOException { in readFixed64() method in CodedInputByteBufferNano
/external/protobuf/js/binary/
Dreader.js780 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java181 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStreamMicro
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php213 public static function readFixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire