Searched refs:iter_this (Results 1 – 1 of 1) sorted by relevance
165 const_iterator iter_this(begin()); in GetDifferingKeys() local167 while (iter_this != end() && iter_other != other.end()) { in GetDifferingKeys()168 const int diff = iter_this->first.compare(iter_other->first); in GetDifferingKeys()170 if (!iter_this->second.Equals(iter_other->second)) in GetDifferingKeys()171 differing_keys->insert(iter_this->first); in GetDifferingKeys()172 ++iter_this; in GetDifferingKeys()175 differing_keys->insert(iter_this->first); in GetDifferingKeys()176 ++iter_this; in GetDifferingKeys()184 for (; iter_this != end(); ++iter_this) in GetDifferingKeys()185 differing_keys->insert(iter_this->first); in GetDifferingKeys()