Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java517 public abstract void skipRawBytes(final int size) throws IOException; in skipRawBytes() method in CodedInputStream
1262 public void skipRawBytes(final int length) throws IOException { in skipRawBytes() method in CodedInputStream.ArrayDecoder
1975 public void skipRawBytes(final int length) throws IOException { in skipRawBytes() method in CodedInputStream.UnsafeDirectNioDecoder
3013 public void skipRawBytes(final int size) throws IOException { in skipRawBytes() method in CodedInputStream.StreamDecoder
3854 public void skipRawBytes(final int length) throws IOException { in skipRawBytes() method in CodedInputStream.IterableDirectByteBufferDecoder