HomeSort by relevance Sort by last modified time
    Searched refs:newOutput (Results 1 - 2 of 2) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 316 public static Output newOutput(final int initialCapacity) {
323 public static Output newOutput() {
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/
CodedInputStreamTest.java 383 ByteString.Output rawOutput = ByteString.newOutput();
492 ByteString.Output rawOutput = ByteString.newOutput();

Completed in 120 milliseconds