Searched refs:it1 (Results 1 – 3 of 3) sorted by relevance
46 typename std::set<T>::iterator it1 = set1.begin(); in intersectInPlace() local48 while (it1 != set1.end() && it2 != set2.end()) { in intersectInPlace()49 const T& element1 = *it1; in intersectInPlace()53 it1 = set1.erase(it1); in intersectInPlace()60 it1++; in intersectInPlace()65 set1.erase(it1, set1.end()); in intersectInPlace()73 typename std::map<K, V>::iterator it1 = map.begin(); in intersectInPlace() local75 while (it1 != map.end() && it2 != set2.end()) { in intersectInPlace()76 const auto& [key, _] = *it1; in intersectInPlace()80 it1 = map.erase(it1); in intersectInPlace()[all …]
62 std::string::const_iterator it1 = first; in OmxStore() local64 it1 != last && it2 != name.cend() && tolower(*it1) == tolower(*it2); in OmxStore()65 ++it1, ++it2) { in OmxStore()67 last = it1; in OmxStore()
109 std::sort(sortedModes.begin(), sortedModes.end(), [](auto it1, auto it2) { in sortByRefreshRate() argument110 const auto& mode1 = it1->second; in sortByRefreshRate()124 for (const auto it1 : sortedModes) { in canModesSupportFrameRateOverride() local125 const auto& mode1 = it1->second; in canModesSupportFrameRateOverride()