Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp923 auto ends_it = lane_end_points_map.find({prev_sys_id, next_sys_id}); in MovementLineData() local
924 if (ends_it == lane_end_points_map.end()) { in MovementLineData()
928 const LaneEndpoints& lane_endpoints = ends_it->second; in MovementLineData()