Home
last modified time | relevance | path

Searched defs:readUInt64 (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m407 - (uint64_t)readUInt64 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java91 long readUInt64() throws IOException; in readUInt64() method
DCodedInputStream.java261 public abstract long readUInt64() throws IOException; in readUInt64() method in CodedInputStream
756 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStream.ArrayDecoder
1470 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2222 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStream.StreamDecoder
3318 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java121 public long readUInt64() throws IOException { in readUInt64() method in CodedInputStreamReader
DBinaryReader.java173 public long readUInt64() throws IOException { in readUInt64() method in BinaryReader.SafeHeapReader