Searched refs:readSInt64 (Results 1 – 13 of 13) sorted by relevance
280 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStreamReader282 return input.readSInt64(); in readSInt64()1173 plist.addLong(input.readSInt64()); in readSInt64List()1179 plist.addLong(input.readSInt64()); in readSInt64List()1199 target.add(input.readSInt64()); in readSInt64List()1205 target.add(input.readSInt64()); in readSInt64List()1309 return readSInt64(); in readField()
201 long readSInt64() throws IOException; in readSInt64() method
255 return input.readSInt64(); in readPrimitiveField()
357 public long readSInt64() throws IOException { in readSInt64() method in BinaryReader.SafeHeapReader1343 plist.addLong(readSInt64()); in readSInt64List()1371 target.add(readSInt64()); in readSInt64List()1481 return readSInt64(); in readField()
352 public abstract long readSInt64() throws IOException; in readSInt64() method in CodedInputStream972 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.ArrayDecoder1699 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.UnsafeDirectNioDecoder2448 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.StreamDecoder3559 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream.IterableDirectByteBufferDecoder
249 value = reader.readSInt64(); in parseExtension()
269 value = reader.readSInt64(); in parseExtension()
4000 UnsafeUtil.putLong(message, offset(typeAndOffset), reader.readSInt64()); in mergeFromHelper()4286 message, offset(typeAndOffset), Long.valueOf(reader.readSInt64())); in mergeFromHelper()
165 - (int64_t)readSInt64;
499 - (int64_t)readSInt64 { method
276 public long readSInt64() throws IOException { in readSInt64() method in CodedInputByteBufferNano678 return readSInt64(); in readPrimitiveField()
283 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStreamMicro
159 XCTAssertEqual(value, [input readSInt64]);