Searched defs:newOutput (Results 1 - 3 of 3) 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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java685 public static Output newOutput(int initialCapacity) { method in class:ByteString
699 public static Output newOutput() { method in class:ByteString
879 * newOutput()} and wrapping that in a {@code CodedOutputStream}.
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 78 milliseconds