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.java596 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java650 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1127 public byte readRawByte() throws IOException { in readRawByte() method in CodedInputStream