Home
last modified time | relevance | path

Searched refs:readSFixed32 (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java262 public int readSFixed32() throws IOException { in readSFixed32() method in CodedInputStreamReader
264 return input.readSFixed32(); in readSFixed32()
1000 plist.addInt(input.readSFixed32()); in readSFixed32List()
1005 plist.addInt(input.readSFixed32()); in readSFixed32List()
1026 target.add(input.readSFixed32()); in readSFixed32List()
1031 target.add(input.readSFixed32()); in readSFixed32List()
1303 return readSFixed32(); in readField()
DReader.java183 int readSFixed32() throws IOException; in readSFixed32() method
DWireFormat.java249 return input.readSFixed32(); in readPrimitiveField()
DBinaryReader.java339 public int readSFixed32() throws IOException { in readSFixed32() method in BinaryReader.SafeHeapReader
1154 plist.addInt(readSFixed32()); in readSFixed32List()
1183 target.add(readSFixed32()); in readSFixed32List()
1475 return readSFixed32(); in readField()
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
DExtensionSchemaLite.java240 value = reader.readSFixed32(); in parseExtension()
DExtensionSchemaFull.java260 value = reader.readSFixed32(); in parseExtension()
DMessageSchema.java3996 UnsafeUtil.putInt(message, offset(typeAndOffset), reader.readSFixed32()); in mergeFromHelper()
4279 message, offset(typeAndOffset), Integer.valueOf(reader.readSFixed32())); in mergeFromHelper()
/third_party/protobuf/objectivec/
DGPBCodedInputStream.h153 - (int32_t)readSFixed32;
DGPBCodedInputStream.m495 - (int32_t)readSFixed32 { method
/third_party/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m117 XCTAssertEqual(value, [input readSFixed32]);
129 XCTAssertEqual(value, [input readSFixed32]);