Searched refs:other_iter (Results 1 – 1 of 1) sorted by relevance
248 auto other_iter = other->untranslatable_sections.begin(); in Equals() local250 if (this_section != *other_iter) { in Equals()253 ++other_iter; in Equals()304 auto other_iter = other->untranslatable_sections.begin(); in Equals() local306 if (this_section != *other_iter) { in Equals()309 ++other_iter; in Equals()953 auto other_iter = other_sorted.begin(); in MergeWith() local958 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 …]