Searched refs:other_field_count (Results 1 – 1 of 1) sorted by relevance
83 int other_field_count = other.field_count(); in InternalMergeFrom() local84 if (other_field_count > 0) { in InternalMergeFrom()86 for (int i = 0; i < other_field_count; i++) { in InternalMergeFrom()94 int other_field_count = other.field_count(); in MergeFrom() local95 if (other_field_count > 0) { in MergeFrom()97 for (int i = 0; i < other_field_count; i++) { in MergeFrom()107 int other_field_count = other->field_count(); in MergeFromAndDestroy() local108 if (other_field_count > 0) { in MergeFromAndDestroy()110 for (int i = 0; i < other_field_count; i++) { in MergeFromAndDestroy()