Home
last modified time | relevance | path

Searched refs:topo_visitor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/example/
Dtopo-sort-file-dep2.cpp86 struct topo_visitor : public dfs_visitor_default struct
88 topo_visitor(vertex_t*& order) : topo_order(order) {} in topo_visitor() function
95 topo_visitor vis(topo_order); in topo_sort() argument
Dparallel-compile-time.cpp91 struct topo_visitor : public default_dfs_visitor struct
93 topo_visitor(OutputIterator& order) : topo_order(order) {} in topo_visitor() argument
106 topo_visitor< OutputIterator > vis(topo_order); in topo_sort() argument
/third_party/boost/boost/graph/
Ddag_shortest_paths.hpp41 topo_visitor(std::back_inserter(rev_topo_order)); in dag_shortest_paths() local
42 depth_first_visit(g, s, topo_visitor, color); in dag_shortest_paths()