Searched refs:minIt (Results 1 – 1 of 1) sorted by relevance
10 auto minIt = stops.lower_bound(lower); in getCoveringStops() local15 if (minIt != stops.begin() && minIt != stops.end() && minIt->first > lower) { in getCoveringStops()16 minIt--; in getCoveringStops()19 static_cast<float>(minIt == stops.end() ? stops.rbegin()->first : minIt->first), in getCoveringStops()