Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m419 - (uint64_t)readFixed64 { method
/third_party/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
771 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.ArrayDecoder
1485 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.UnsafeDirectNioDecoder
2237 public long readFixed64() throws IOException { in readFixed64() method in CodedInputStream.StreamDecoder
3333 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
/third_party/protobuf/js/binary/
Dreader.js781 jspb.BinaryReader.prototype.readFixed64 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php213 public static function readFixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire