newOutput 410 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.Output output = ByteString.newOutput(bytes.length + 100); newOutput 430 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.Output output = ByteString.newOutput(bufferSize); newOutput 450 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.Output output = ByteString.newOutput(bufferSize); newOutput 473 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.Output output = ByteString.newOutput(bufferSize); newOutput 497 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = ByteString.newOutput().toByteString(); newOutput 502 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java Output os = ByteString.newOutput(5); newOutput 378 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java ByteString.Output rawOutput = ByteString.newOutput(); newOutput 487 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java ByteString.Output rawOutput = ByteString.newOutput(); newOutput 272 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java ByteString.Output output = ByteString.newOutput();