HomeSort by relevance Sort by last modified time
    Searched defs: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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 685 public static Output newOutput(int initialCapacity) {
699 public static Output newOutput() {
879 * newOutput()} and wrapping that in a {@code CodedOutputStream}.
    [all...]

Completed in 38 milliseconds