Home
last modified time | relevance | path

Searched defs:readRawVarint32 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java357 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream
549 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream
586 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream
981 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder
1708 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder
2457 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder
3566 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.IterableDirectByteBufferDecoder