Searched refs:iter_other (Results 1 – 2 of 2) sorted by relevance
146 for (auto iter_other : other.contents_) { in Add() local147 auto item_self = contents_.find(iter_other.first); in Add()151 rval.contents_[iter_other.first] = iter_other.second; in Add()
796 auto iter_other = other.methods_.find(iter.first); in operator ==() local797 if (iter_other == other.methods_.end()) { in operator ==()800 if (!(*iter.second == *iter_other->second)) { in operator ==()