Searched refs:otherIt (Results 1 – 2 of 2) sorted by relevance
124 auto otherIt = other.front(); in IsSpanItemSame() local125 …if (it->interval.first != otherIt->interval.first || it->interval.second != otherIt->interval.seco… in IsSpanItemSame()126 it->content != otherIt->content) { in IsSpanItemSame()
109 …std::map<int, int>::const_iterator otherIt = other.dataAbilityPredicatesBackReferences_.find(it->f… in operator ==() local110 if (otherIt != other.dataAbilityPredicatesBackReferences_.end()) { in operator ==()111 if (otherIt->second != it->second) { in operator ==()