Searched refs:readSInt32 (Results 1 – 13 of 13) sorted by relevance
274 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStreamReader276 return input.readSInt32(); in readSInt32()1115 plist.addInt(input.readSInt32()); in readSInt32List()1121 plist.addInt(input.readSInt32()); in readSInt32List()1141 target.add(input.readSInt32()); in readSInt32List()1147 target.add(input.readSInt32()); in readSInt32List()1307 return readSInt32(); in readField()
195 int readSInt32() throws IOException; in readSInt32() method
253 return input.readSInt32(); in readPrimitiveField()
351 public int readSInt32() throws IOException { in readSInt32() method in BinaryReader.SafeHeapReader1281 plist.addInt(readSInt32()); in readSInt32List()1309 target.add(readSInt32()); in readSInt32List()1479 return readSInt32(); in readField()
349 public abstract int readSInt32() throws IOException; in readSInt32() method in CodedInputStream967 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.ArrayDecoder1694 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.UnsafeDirectNioDecoder2443 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.StreamDecoder3554 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream.IterableDirectByteBufferDecoder
246 value = reader.readSInt32(); in parseExtension()
266 value = reader.readSInt32(); in parseExtension()
3996 UnsafeUtil.putInt(message, offset(typeAndOffset), reader.readSInt32()); in mergeFromHelper()4281 message, offset(typeAndOffset), Integer.valueOf(reader.readSInt32())); in mergeFromHelper()
161 - (int32_t)readSInt32;
495 - (int32_t)readSInt32 { method
271 public int readSInt32() throws IOException { in readSInt32() method in CodedInputByteBufferNano676 return readSInt32(); in readPrimitiveField()
278 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStreamMicro
154 XCTAssertEqual((int32_t)value, [input readSInt32]);