Home
last modified time | relevance | path

Searched refs:toEdgeList (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/database/history/
H A Ditemhistorygraph_boost.h579 es << toEdgeList(boost::out_edges(v, graph));
584 es << toEdgeList(boost::in_edges(v, graph));
635 return toEdgeList(boost::edges(graph)); in edges()
1168 template <typename range_t> static QList<Edge> toEdgeList(const range_t& range) in toEdgeList() function
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dextractor.cpp163 std::vector<CompressedNodeBasedGraphEdge> toEdgeList(const util::NodeBasedDynamicGraph &graph) in toEdgeList() function
272 toEdgeList(node_based_graph)); in run()