Searched refs:other_field_count (Results 1 – 1 of 1) sorted by relevance
97 int other_field_count = other.field_count(); in InternalMergeFrom() local98 if (other_field_count > 0) { in InternalMergeFrom()100 for (int i = 0; i < other_field_count; i++) { in InternalMergeFrom()108 int other_field_count = other.field_count(); in MergeFrom() local109 if (other_field_count > 0) { in MergeFrom()111 for (int i = 0; i < other_field_count; i++) { in MergeFrom()121 int other_field_count = other->field_count(); in MergeFromAndDestroy() local122 if (other_field_count > 0) { in MergeFromAndDestroy()124 for (int i = 0; i < other_field_count; i++) { in MergeFromAndDestroy()