Home
last modified time | relevance | path

Searched defs:phantom_nodes (Results 1 – 12 of 12) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/api/
H A Dnearest_api.hpp30 void MakeResponse(const std::vector<std::vector<PhantomNodeWithDistance>> &phantom_nodes, in MakeResponse()
48 void MakeResponse(const std::vector<std::vector<PhantomNodeWithDistance>> &phantom_nodes, in MakeResponse()
91 void MakeResponse(const std::vector<std::vector<PhantomNodeWithDistance>> &phantom_nodes, in MakeResponse()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/routing_algorithms/
H A Ddirect_shortest_path.cpp22 const PhantomNodes &phantom_nodes) in directShortestPathSearch()
69 const PhantomNodes &phantom_nodes) in directShortestPathSearch()
H A Dmany_to_many_mld.cpp217 const std::vector<PhantomNode> &phantom_nodes, in oneToManySearch()
527 const std::vector<PhantomNode> &phantom_nodes, in manyToManySearch()
625 const std::vector<PhantomNode> &phantom_nodes, in manyToManySearch()
H A Dmany_to_many_ch.cpp184 const std::vector<PhantomNode> &phantom_nodes, in manyToManySearch()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/engine/plugins/
H A Dnearest.cpp50 auto phantom_nodes = GetPhantomNodes(facade, params, params.number_of_results); in HandleRequest() local
H A Dtable.cpp74 auto phantom_nodes = GetPhantomNodes(facade, params); in HandleRequest() local
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/plugins/
H A Dplugin_base.hpp174 std::vector<std::vector<PhantomNodeWithDistance>> phantom_nodes( in GetPhantomNodesInRange() local
223 std::vector<std::vector<PhantomNodeWithDistance>> phantom_nodes( in GetPhantomNodes() local
377 std::string MissingPhantomErrorMessage(const std::vector<PhantomNodePair> &phantom_nodes, in MissingPhantomErrorMessage()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/routing_algorithms/
H A Drouting_base_mld.hpp36 const PhantomNodes &phantom_nodes) in getNodeQueryLevel()
95 const std::vector<PhantomNode> &phantom_nodes, in getNodeQueryLevel()
529 const PhantomNodes &phantom_nodes, in search()
548 const PhantomNodes &phantom_nodes, in unpackPath()
586 const PhantomNodes phantom_nodes{source_phantom, target_phantom}; in getNetworkDistance() local
H A Drouting_base_ch.hpp401 const PhantomNodes &phantom_nodes, in unpackPath()
H A Drouting_base.hpp393 const PhantomNodes &phantom_nodes, in extractRoute()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Drouting_algorithms.hpp196 RoutingAlgorithms<Algorithm>::ManyToManySearch(const std::vector<PhantomNode> &phantom_nodes, in ManyToManySearch()
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/engine/
H A Doffline_facade.cpp405 const PhantomNodes &phantom_nodes, in search()
424 const PhantomNodes &phantom_nodes, in unpackPath()
445 std::vector<osrm::engine::PhantomNodes> phantom_nodes; in BOOST_AUTO_TEST_CASE() local