Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m507 - (int64_t)readSInt64 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java201 long readSInt64() throws IOException; in readSInt64() method
DCodedInputStream.java352 public abstract long readSInt64() throws IOException; in readSInt64() method in CodedInputStream
974 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.ArrayDecoder
1701 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.UnsafeDirectNioDecoder
2450 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.StreamDecoder
3561 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java280 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStreamReader
DBinaryReader.java357 public long readSInt64() throws IOException { in readSInt64() method in BinaryReader.SafeHeapReader