Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java293 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStreamMicro
334 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java357 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream
547 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream
584 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream
979 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder
1706 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder
2455 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder
3564 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java286 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputByteBufferNano