computeGroupSizeNoTag 507 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java return computeTagSize(fieldNumber) * 2 + computeGroupSizeNoTag(value); computeGroupSizeNoTag 741 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java return computeGroupSizeNoTag(value); computeGroupSizeNoTag 810 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java case GROUP : return CodedOutputStream.computeGroupSizeNoTag ((MessageLite)value);