Searched refs:newInput (Results 1 – 11 of 11) sorted by relevance
216 InputStream stream = stringUnderTest.newInput(); in testMarkSupported()223 InputStream stream = stringUnderTest.newInput(); in testMarkAndReset()502 InputStream input = stringUnderTest.newInput(); in testNewInput()516 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
227 InputStream stream = testString.newInput(); in testMarkSupported()234 InputStream stream = testString.newInput(); in testMarkAndReset()563 InputStream input = testString.newInput(); in testNewInput()577 InputStream input = testString.newInput(); in testNewInput_skip()
164 def newInput(self):192 self.console.newInput()210 c.newInput()
19 found method def newInput
286 InputStream input = stringUnderTest.newInput(); in testNewInput()301 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
348 TestAllTypes.parseFrom(message.toByteString().newInput()); in testReadHugeBlob()
220 public InputStream newInput() { in newInput() method in NioByteString
928 public abstract InputStream newInput(); in newInput() method1479 public final InputStream newInput() { in newInput() method in LiteralByteString
594 public InputStream newInput() { in newInput() method
121 return parser.parseFrom(bytes.newInput(), extensions); in decode()
2048 GPBCodedInputStream *newInput =2052 newInput,2055 [newInput release];