Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunknown_field_set.cc83 int other_field_count = other.field_count(); in InternalMergeFrom() local
84 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() local
95 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() local
108 if (other_field_count > 0) { in MergeFromAndDestroy()
110 for (int i = 0; i < other_field_count; i++) { in MergeFromAndDestroy()