Home
last modified time | relevance | path

Searched refs:finish_edge (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/graph/example/
Ddfs.cpp78 template < class Edge, class Graph > void finish_edge(Edge e, Graph& G) in finish_edge() function
82 Base::finish_edge(e, G); in finish_edge()
/third_party/boost/libs/graph/test/
Dfinish_edge_bug.cpp47 void finish_edge(edge_descriptor u, const graph_t&) in finish_edge() function
Ddfs.cpp81 template < class Edge, class Graph > void finish_edge(Edge e, Graph& g) in finish_edge() function in dfs_test_visitor
Dundirected_dfs.cpp81 template < class Edge, class Graph > void finish_edge(Edge e, Graph& g) in finish_edge() function in dfs_test_visitor
/third_party/boost/boost/graph/
Ddepth_first_search.hpp72 BOOST_TTI_HAS_MEMBER_FUNCTION(finish_edge)
79 vis.finish_edge(e, g); in call_finish_edge()
355 void finish_edge(Edge u, const Graph& g) in finish_edge() function in boost::dfs_visitor