OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeMessageSizeNoTag
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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
...]
Completed in 37 milliseconds