OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeMessageSizeNoTag
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
491
return computeTagSize(fieldNumber) +
computeMessageSizeNoTag
(value);
684
public static int
computeMessageSizeNoTag
(final MessageMicro value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
530
return computeTagSize(fieldNumber) +
computeMessageSizeNoTag
(value);
727
public static int
computeMessageSizeNoTag
(final MessageLite value) {
[
all
...]
FieldSet.java
668
case MESSAGE : return CodedOutputStream.
computeMessageSizeNoTag
((MessageLite)value);
Completed in 512 milliseconds