Home
last modified time | relevance | path

Searched refs:forward_or_cross_edge (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/graph/example/
Ddfs.cpp72 void forward_or_cross_edge(Edge e, Graph& G) in forward_or_cross_edge() function
76 Base::forward_or_cross_edge(e, G); in forward_or_cross_edge()
Dcycle-file-dep2.cpp55 vis.forward_or_cross_edge(*ei, g); in dfs_v1()
81 template < typename E, typename G > void forward_or_cross_edge(E, const G&) in forward_or_cross_edge() function
Dtopo-sort-file-dep2.cpp53 vis.forward_or_cross_edge(*ei, g); in dfs_v1()
79 template < typename E, typename G > void forward_or_cross_edge(E, const G&) in forward_or_cross_edge() function
Dparallel-compile-time.cpp72 vis.forward_or_cross_edge(*ei, g); in dfs_v2()
/third_party/boost/boost/msm/mpl_graph/
Ddepth_first_search.hpp54 struct forward_or_cross_edge { struct
89 …typename VisitorOps::template forward_or_cross_edge<mpl::_2, Graph, mpl::first<mpl::_1> > >, // B…
/third_party/boost/boost/graph/
Ddepth_first_search.hpp48 vis.forward_or_cross_edge(e, g); in constraints()
207 vis.forward_or_cross_edge(*ei, g); in depth_first_visit_impl()
254 vis.forward_or_cross_edge(*ei, g); in depth_first_visit_impl()
350 void forward_or_cross_edge(Edge u, const Graph& g) in forward_or_cross_edge() function in boost::dfs_visitor
Dbiconnected_components.hpp122 void forward_or_cross_edge(const Edge& e, Graph& g) in forward_or_cross_edge() function
124 vis.forward_or_cross_edge(e, g); in forward_or_cross_edge()
/third_party/boost/libs/graph_parallel/doc/
Dtsin_depth_first_visit.rst163 ``forward_or_cross_edge(e, g)``
166 ``forward_or_cross_edge`` events may be received in the distributed
184 ``back_edge`` and ``forward_or_cross_edge`` events to be completely
/third_party/boost/libs/graph_parallel/test/
Ddistributed_dfs_test.cpp81 void forward_or_cross_edge(Edge e, const Graph& g) in forward_or_cross_edge() function
Ddistributed_csr_algorithm_test.cpp152 void forward_or_cross_edge(Edge e, const Graph& g) in forward_or_cross_edge() function
/third_party/boost/libs/graph/test/
Ddfs.cpp76 void forward_or_cross_edge(Edge e, Graph& g) in forward_or_cross_edge() function in dfs_test_visitor
Dundirected_dfs.cpp76 void forward_or_cross_edge(Edge e, Graph& g) in forward_or_cross_edge() function in dfs_test_visitor
/third_party/boost/boost/graph/distributed/
Ddepth_first_search.hpp191 if (target_color == Color::black()) vis.forward_or_cross_edge(*ei, g); in shift_center_of_activity()