Home
last modified time | relevance | path

Searched refs:skipRawBytesSlowPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1267 skipRawBytesSlowPath(size); in skipRawBytes()
1275 private void skipRawBytesSlowPath(final int size) throws IOException { in skipRawBytesSlowPath() method in CodedInputStream