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

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc97 int other_field_count = other.field_count(); local
98 if (other_field_count > 0) {
100 for (int i = 0; i < other_field_count; i++) {
108 int other_field_count = other.field_count(); local
109 if (other_field_count > 0) {
111 for (int i = 0; i < other_field_count; i++) {
121 int other_field_count = other->field_count(); local
122 if (other_field_count > 0) {
124 for (int i = 0; i < other_field_count; i++) {

Completed in 136 milliseconds