Searched refs:readSInt64 (Results 1 – 5 of 5) sorted by relevance
117 - (int64_t)readSInt64;
519 - (int64_t)readSInt64 { method
276 public long readSInt64() throws IOException { in readSInt64() method in CodedInputByteBufferNano678 return readSInt64(); in readPrimitiveField()
237 case SINT64 : return input.readSInt64 (); in readPrimitiveField()
591 public long readSInt64() throws IOException { in readSInt64() method in CodedInputStream