Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java222 skipFully(stream, fraction); // Skip a large fraction, but not all. in testMarkAndReset()
229 skipFully(stream, stringUnderTest.size()); // Skip to the end. in testMarkAndReset()
249 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java242 skipFully(stream, fraction); // Skip a large fraction, but not all. in testMarkAndReset()
251 skipFully(stream, testString.size()); // Skip to the end. in testMarkAndReset()
270 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest