Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m495 - (int32_t)readSFixed32 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java183 int readSFixed32() throws IOException; in readSFixed32() method
DCodedInputStream.java343 public abstract int readSFixed32() throws IOException; in readSFixed32() method in CodedInputStream
959 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStream.ArrayDecoder
1686 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStream.UnsafeDirectNioDecoder
2435 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStream.StreamDecoder
3546 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java262 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStreamReader
DBinaryReader.java339 public int readSFixed32() throws IOException { in readSFixed32() method in BinaryReader.SafeHeapReader