Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java582 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java501 public abstract byte readRawByte() throws IOException; in readRawByte() method in CodedInputStream
1234 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStream.ArrayDecoder
1945 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStream.UnsafeDirectNioDecoder
2808 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStream.StreamDecoder
3784 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java650 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStreamMicro