Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java638 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java773 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1262 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStream