Searched refs:foeBestLanesEnd (Results 1 – 1 of 1) sorted by relevance
2181 std::vector<MSLane*>::const_iterator foeBestLanesEnd = foe->getBestLanesContinuation().end(); in findFoeConflictLane() local2208 assert(laneIter == foeBestLanesEnd || *laneIter != 0); in findFoeConflictLane()2212 while (laneIter != foeBestLanesEnd && distToConflictLane <= myRange) { in findFoeConflictLane()2231 if (laneIter == foeBestLanesEnd) { in findFoeConflictLane()