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

/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1096 // focus_field is the field we're currently reporting on. (In the case
1098 const UnknownField* focus_field; local
1106 focus_field = fields1[index1].second;
1116 focus_field = fields2[index2].second;
1120 focus_field = fields1[index1].second;
1122 switch (focus_field->type()) {
1150 focus_field->number() != current_repeated->number() ||
1151 focus_field->type() != current_repeated->type()) {
1153 current_repeated = focus_field;
1167 specific_field.unknown_field_number = focus_field
[all...]

Completed in 289 milliseconds