Searched refs:newOutput (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java316 public static Output newOutput(final int initialCapacity) { method in class:ByteString
323 public static Output newOutput() { method in class:ByteString
324 return newOutput(32);
354 * Using this is much more efficient than calling {@code newOutput()} and
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java383 ByteString.Output rawOutput = ByteString.newOutput();
492 ByteString.Output rawOutput = ByteString.newOutput();

Completed in 57 milliseconds