Home
last modified time | relevance | path

Searched defs:GetAdjacentEdgeRange (Results 1 – 7 of 7) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/src/partitioner/
H A Dtarjan_graph_wrapper.cpp15 util::range<EdgeID> TarjanGraphWrapper::GetAdjacentEdgeRange(const NodeID nid) const in GetAdjacentEdgeRange() function in osrm::partitioner::TarjanGraphWrapper
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dmatrix_graph_wrapper.hpp28 std::vector<T> GetAdjacentEdgeRange(const NodeID node) const in GetAdjacentEdgeRange() function in osrm::util::MatrixGraphWrapper
H A Dfiltered_graph.hpp65 auto GetAdjacentEdgeRange(const NodeIterator n) const in GetAdjacentEdgeRange() function in osrm::util::detail::FilteredGraphImpl
H A Dstatic_graph.hpp131 EdgeRange GetAdjacentEdgeRange(const NodeID node) const in GetAdjacentEdgeRange() function in osrm::util::StaticGraph
H A Ddynamic_graph.hpp255 EdgeRange GetAdjacentEdgeRange(const NodeIterator node) const in GetAdjacentEdgeRange() function in osrm::util::DynamicGraph
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/datafacade/
H A Dcontiguous_internalmem_datafacade.hpp88 EdgeRange GetAdjacentEdgeRange(const NodeID node) const override final in GetAdjacentEdgeRange() function in osrm::engine::datafacade::ContiguousInternalMemoryAlgorithmDataFacade
699 EdgeRange GetAdjacentEdgeRange(const NodeID node) const override final in GetAdjacentEdgeRange() function in osrm::engine::datafacade::ContiguousInternalMemoryAlgorithmDataFacade
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/mocks/
H A Dmock_datafacade.hpp298 EdgeRange GetAdjacentEdgeRange(const NodeID /* node */) const override in GetAdjacentEdgeRange() function in osrm::test::MockAlgorithmDataFacade