OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeMessageSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
528
public static int
computeMessageSize
(final int fieldNumber,
611
computeMessageSize
(WireFormat.MESSAGE_SET_MESSAGE, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
528
public static int
computeMessageSize
(final int fieldNumber,
602
computeMessageSize
(WireFormat.MESSAGE_SET_MESSAGE, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
489
public static int
computeMessageSize
(final int fieldNumber,
572
//
computeMessageSize
(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
455
public static int
computeMessageSize
(final int fieldNumber,
538
//
computeMessageSize
(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
Completed in 204 milliseconds