Home
last modified time | relevance | path

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

/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dscripting_environment.hpp67 const ManeuverOverrideRelationParser &maneuver_override_parser,
H A Dscripting_environment_lua.hpp91 const ManeuverOverrideRelationParser &maneuver_override_parser,
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dextractor.cpp440 const ManeuverOverrideRelationParser maneuver_override_parser; in ParseOSMData() local
492 maneuver_override_parser, in ParseOSMData()
H A Dscripting_environment_lua.cpp869 const ManeuverOverrideRelationParser &maneuver_override_parser, in ProcessElements() argument
914 else if (auto result_res = maneuver_override_parser.TryParse(relation)) in ProcessElements()