Searched defs:readRawVarint32 (Results 1 – 3 of 3) 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
357 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream547 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream584 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream979 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder1706 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder2455 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder3564 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.IterableDirectByteBufferDecoder
286 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputByteBufferNano