Searched defs:readRawVarint32 (Results 1 – 2 of 2) sorted by relevance
601 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream672 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream685 public static int readRawVarint32( in readRawVarint32() method in CodedInputStream
286 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputByteBufferNano