Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java212 InputStream stream = stringUnderTest.newInput(); in testMarkSupported()
219 InputStream stream = stringUnderTest.newInput(); in testMarkAndReset()
474 InputStream input = stringUnderTest.newInput(); in testNewInput()
489 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
DNioByteStringTest.java232 InputStream stream = testString.newInput(); in testMarkSupported()
239 InputStream stream = testString.newInput(); in testMarkAndReset()
545 InputStream input = testString.newInput(); in testNewInput()
560 InputStream input = testString.newInput(); in testNewInput_skip()
DCodedInputStreamTest.java408 TestAllTypes.parseFrom(message.toByteString().newInput()); in testReadHugeBlob()
491 TestUtil.getAllSet().toByteString().newInput(), 16)); in testSizeLimit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java286 InputStream input = stringUnderTest.newInput(); in testNewInput()
301 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
DCodedInputStreamTest.java348 TestAllTypes.parseFrom(message.toByteString().newInput()); in testReadHugeBlob()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DNioByteString.java218 public InputStream newInput() { in newInput() method in NioByteString
DByteString.java875 public abstract InputStream newInput(); in newInput() method
1429 public final InputStream newInput() { in newInput() method in LiteralByteString
DRopeByteString.java550 public InputStream newInput() { in newInput() method in RopeByteString
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBMessage.m1996 GPBCodedInputStream *newInput =
2000 newInput,
2003 [newInput release];