OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeGroupSizeNoTag
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
507
return computeTagSize(fieldNumber) * 2 +
computeGroupSizeNoTag
(value);
706
public static int
computeGroupSizeNoTag
(final MessageLite value) {
720
return
computeGroupSizeNoTag
(value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
482
return computeTagSize(fieldNumber) * 2 +
computeGroupSizeNoTag
(value);
676
public static int
computeGroupSizeNoTag
(final MessageMicro value) {
[
all
...]
Completed in 52 milliseconds