Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java624 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1262 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStream