OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
684
public static Output
newOutput
(int initialCapacity) {
698
public static Output
newOutput
() {
887
*
newOutput
()} and wrapping that in a {@code CodedOutputStream}.
[
all
...]
Completed in 33 milliseconds