Home
last modified time | relevance | path

Searched defs:PhantomNodes (Results 1 – 3 of 3) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dphantom_node.hpp234 struct PhantomNodes struct
236 PhantomNode source_phantom;
237 PhantomNode target_phantom;
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/routing_algorithms/
H A Drouting_base_ch.cpp100 const PhantomNodes & /*phantom_nodes*/, in search()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/routing_algorithms/
H A Drouting_base_mld.hpp53 inline bool checkParentCellRestriction(CellID, const PhantomNodes &) { return true; } in checkParentCellRestriction()