Home
last modified time | relevance | path

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

/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dturn_lane_handler.cpp90 LaneDescriptionID lane_description_id = INVALID_LANE_DESCRIPTIONID; in assignTurnLanes()
97 LaneDescriptionID previous_description_id = INVALID_LANE_DESCRIPTIONID; in assignTurnLanes()
189 ((lane_description_id != INVALID_LANE_DESCRIPTIONID && in deduceScenario()
200 if (lane_description_id != INVALID_LANE_DESCRIPTIONID && lane_data.empty()) in deduceScenario()
205 if (lane_description_id != INVALID_LANE_DESCRIPTIONID && lane_data.size() == 1 && in deduceScenario()
341 if (lane_description_id != INVALID_LANE_DESCRIPTIONID) in deduceScenario()
390 if (INVALID_LANE_DESCRIPTIONID != lane_description_id) in extractLaneData()
755 if (main_description_id == INVALID_LANE_DESCRIPTIONID || in handleSliproadTurn()
756 sliproad_description_id == INVALID_LANE_DESCRIPTIONID) in handleSliproadTurn()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dextractor_callbacks.cpp296 auto turn_lane_id_forward = INVALID_LANE_DESCRIPTIONID; in ProcessWay()
297 auto turn_lane_id_backward = INVALID_LANE_DESCRIPTIONID; in ProcessWay()
H A Dgraph_compressor.cpp190 INVALID_LANE_DESCRIPTIONID) in Compress()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/routing_algorithms/
H A Drouting_base.hpp224 {{0, INVALID_LANEID}, INVALID_LANE_DESCRIPTIONID}, in annotatePath()
299 {{0, INVALID_LANEID}, INVALID_LANE_DESCRIPTIONID}, in annotatePath()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dtypedefs.hpp91 static const LaneDescriptionID INVALID_LANE_DESCRIPTIONID = variable
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/guidance/
H A Dassemble_steps.hpp173 path_point.lane_data.second != INVALID_LANE_DESCRIPTIONID in assembleSteps()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/datafacade/
H A Dcontiguous_internalmem_datafacade.hpp571 if (lane_description_id == INVALID_LANE_DESCRIPTIONID) in GetTurnDescription()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/intersection/
H A Dintersection_analysis.cpp539 if (lane_description_id != INVALID_LANE_DESCRIPTIONID) in isTurnAllowed()