Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m503 - (int32_t)readSInt32 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java195 int readSInt32() throws IOException; in readSInt32() method
DCodedInputStream.java349 public abstract int readSInt32() throws IOException; in readSInt32() method in CodedInputStream
969 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.ArrayDecoder
1696 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.UnsafeDirectNioDecoder
2445 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.StreamDecoder
3556 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java274 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStreamReader
DBinaryReader.java351 public int readSInt32() throws IOException { in readSInt32() method in BinaryReader.SafeHeapReader