Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_SSM.cpp2181 std::vector<MSLane*>::const_iterator foeBestLanesEnd = foe->getBestLanesContinuation().end(); in findFoeConflictLane() local
2208 assert(laneIter == foeBestLanesEnd || *laneIter != 0); in findFoeConflictLane()
2212 while (laneIter != foeBestLanesEnd && distToConflictLane <= myRange) { in findFoeConflictLane()
2231 if (laneIter == foeBestLanesEnd) { in findFoeConflictLane()