Home
last modified time | relevance | path

Searched refs:endpoints_it (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/reporting/
H A Dreporting_cache_impl.cc410 auto endpoints_it = loaded_endpoints.begin(); in AddClientsLoadedFromStore() local
416 endpoints_it != loaded_endpoints.end()) { in AddClientsLoadedFromStore()
421 if (group_key < endpoints_it->group_key) { in AddClientsLoadedFromStore()
426 } else if (group_key > endpoints_it->group_key) { in AddClientsLoadedFromStore()
429 ++endpoints_it; in AddClientsLoadedFromStore()
433 DCHECK(group_key == endpoints_it->group_key); in AddClientsLoadedFromStore()
438 while (endpoints_it != loaded_endpoints.end() && in AddClientsLoadedFromStore()
439 endpoints_it->group_key == group_key) { in AddClientsLoadedFromStore()
441 std::make_pair(group_key, std::move(*endpoints_it))); in AddClientsLoadedFromStore()
445 ++endpoints_it; in AddClientsLoadedFromStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_cache_impl.cc412 auto endpoints_it = loaded_endpoints.begin(); in AddClientsLoadedFromStore() local
418 endpoints_it != loaded_endpoints.end()) { in AddClientsLoadedFromStore()
423 if (group_key < endpoints_it->group_key) { in AddClientsLoadedFromStore()
428 } else if (group_key > endpoints_it->group_key) { in AddClientsLoadedFromStore()
431 ++endpoints_it; in AddClientsLoadedFromStore()
435 DCHECK(group_key == endpoints_it->group_key); in AddClientsLoadedFromStore()
440 while (endpoints_it != loaded_endpoints.end() && in AddClientsLoadedFromStore()
441 endpoints_it->group_key == group_key) { in AddClientsLoadedFromStore()
443 std::make_pair(group_key, std::move(*endpoints_it))); in AddClientsLoadedFromStore()
447 ++endpoints_it; in AddClientsLoadedFromStore()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp4856 auto endpoints_it = m_starlane_endpoints.find({sys1_id, sys2_id}); in MovingFleetMapPositionOnLane() local
4857 if (endpoints_it == m_starlane_endpoints.end()) { in MovingFleetMapPositionOnLane()
4865 const LaneEndpoints& screen_lane_endpoints = endpoints_it->second; in MovingFleetMapPositionOnLane()