Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_SSM.cpp2202 if (*laneIter == nullptr) { in findFoeConflictLane()
2207 ++laneIter; in findFoeConflictLane()
2208 assert(laneIter == foeBestLanesEnd || *laneIter != 0); in findFoeConflictLane()
2215 foeLane = *laneIter; in findFoeConflictLane()
2230 ++laneIter; in findFoeConflictLane()
2231 if (laneIter == foeBestLanesEnd) { in findFoeConflictLane()
2234 MSLane* nextNonInternalLane = *laneIter; in findFoeConflictLane()
2644 lane = *(++laneIter); in findSurroundingVehicles()
2682 ++laneIter; in findSurroundingVehicles()
2683 assert(laneIter == egoBestLanes.end() || *laneIter != 0); in findSurroundingVehicles()
[all …]