Searched defs:readRawVarint32 (Results 1 – 4 of 4) sorted by relevance
293 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStreamMicro334 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStreamMicro
363 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream555 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream592 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream985 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder1713 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder2503 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder3626 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.IterableDirectByteBufferDecoder
286 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputByteBufferNano