Searched refs:readSInt32 (Results 1 – 5 of 5) sorted by relevance
115 - (int32_t)readSInt32;
515 - (int32_t)readSInt32 { method
271 public int readSInt32() throws IOException { in readSInt32() method in CodedInputByteBufferNano676 return readSInt32(); in readPrimitiveField()
236 case SINT32 : return input.readSInt32 (); in readPrimitiveField()
586 public int readSInt32() throws IOException { in readSInt32() method in CodedInputStream