Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java1332 ByteArrayOutputStream byteArrayStream = new ByteArrayOutputStream(); in testReadByteBufferAliasing() local
1410 ByteArrayOutputStream byteArrayStream = new ByteArrayOutputStream(); in testIterableByteBufferInputStreamReadBytesWithAlias() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java2172 private ByteArrayOutputStream byteArrayStream; field in CodedInputStream.StreamDecoder.SkippedDataSink