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

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dlocalization_test.cc179 std::vector<AddressField> other_fields; local
180 other_fields.push_back(COUNTRY);
181 other_fields.push_back(ADMIN_AREA);
182 other_fields.push_back(LOCALITY);
183 other_fields.push_back(DEPENDENT_LOCALITY);
184 other_fields.push_back(SORTING_CODE);
185 other_fields.push_back(STREET_ADDRESS);
186 other_fields.push_back(ORGANIZATION);
187 other_fields.push_back(RECIPIENT);
188 for (std::vector<AddressField>::iterator it = other_fields
455 std::vector<AddressField> other_fields; local
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py1102 other_fields = other._extended_message.ListFields()
1106 other_fields = [ field for field in other_fields if field.is_extension ]
1108 return my_fields == other_fields
/external/protobuf/python/google/protobuf/
H A Dreflection.py1103 other_fields = other._extended_message.ListFields()
1107 other_fields = [ field for field in other_fields if field.is_extension ]
1109 return my_fields == other_fields

Completed in 168 milliseconds