Searched defs:other_fields (Results 1 - 1 of 1) 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...]

Completed in 94 milliseconds