Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp248 auto other_iter = other->untranslatable_sections.begin(); in Equals() local
250 if (this_section != *other_iter) { in Equals()
253 ++other_iter; in Equals()
304 auto other_iter = other->untranslatable_sections.begin(); in Equals() local
306 if (this_section != *other_iter) { in Equals()
309 ++other_iter; in Equals()
953 auto other_iter = other_sorted.begin(); in MergeWith() local
958 if (other_iter != other_end) { in MergeWith()
959 if ((*this_iter)->key.name < (*other_iter)->key.name) { in MergeWith()
964 merged_entries.push_back(CloneEntry(**other_iter, pool)); in MergeWith()
[all …]