Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m499 - (int64_t)readSFixed64 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java189 long readSFixed64() throws IOException; in readSFixed64() method
DCodedInputStream.java346 public abstract long readSFixed64() throws IOException; in readSFixed64() method in CodedInputStream
964 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream.ArrayDecoder
1691 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream.UnsafeDirectNioDecoder
2440 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream.StreamDecoder
3551 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java268 public long readSFixed64() throws IOException { in readSFixed64() method in CodedInputStreamReader
DBinaryReader.java345 public long readSFixed64() throws IOException { in readSFixed64() method in BinaryReader.SafeHeapReader