Home
last modified time | relevance | path

Searched refs:other_field_count (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc97 int other_field_count = other.field_count(); in InternalMergeFrom() local
98 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() local
109 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() local
122 if (other_field_count > 0) { in MergeFromAndDestroy()
124 for (int i = 0; i < other_field_count; i++) { in MergeFromAndDestroy()