Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java771 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java832 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStream