Home
last modified time | relevance | path

Searched defs:readRawVarint32 (Results 1 – 4 of 4) 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/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java363 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream
555 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream
592 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream
985 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder
1713 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder
2503 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder
3626 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java363 public abstract int readRawVarint32() throws IOException; in readRawVarint32() method in CodedInputStream
555 public static int readRawVarint32(final int firstByte, final InputStream input) in readRawVarint32() method in CodedInputStream
592 static int readRawVarint32(final InputStream input) throws IOException { in readRawVarint32() method in CodedInputStream
985 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.ArrayDecoder
1713 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.UnsafeDirectNioDecoder
2503 public int readRawVarint32() throws IOException { in readRawVarint32() method in CodedInputStream.StreamDecoder
3626 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