Searched refs:readSInt64 (Results 1 – 6 of 6) sorted by relevance
84 - (int64_t)readSInt64;
495 - (int64_t)readSInt64 { method
276 public long readSInt64() throws IOException { in readSInt64() method in CodedInputByteBufferNano692 return readSInt64(); in readPrimitiveField()
237 case SINT64 : return input.readSInt64 (); in readPrimitiveField()
591 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream
283 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStreamMicro