Home
last modified time | relevance | path

Searched refs:gray_target (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/msm/mpl_graph/
Dbreadth_first_search.hpp59 struct gray_target { struct
91 … typename VisitorOps::template gray_target<Edge, Graph, visitor_state>::type,
/third_party/boost/boost/graph/
Dneighbor_bfs.hpp46 vis.gray_target(e, g); in constraints()
91 template < class Edge, class Graph > void gray_target(Edge e, Graph& g) in gray_target() function in boost::neighbor_bfs_visitor
182 vis.gray_target(e, g); in neighbor_bfs_impl()
Dbreadth_first_search.hpp46 vis.gray_target(e, g); in constraints()
99 vis.gray_target(*ei, g); in breadth_first_visit()
207 graph::bfs_visitor_event_not_overridden gray_target(Edge e, Graph& g) in gray_target() function in boost::bfs_visitor
Dcore_numbers.hpp78 template < class Vertex, class Graph > void gray_target(Vertex, Graph&) {} in gray_target() function in boost::core_numbers_visitor
Ddijkstra_shortest_paths.hpp143 template < class Edge, class Graph > void gray_target(Edge e, Graph& g) in gray_target() function
Dastar_search.hpp195 void gray_target(Edge e, const Graph& g) in gray_target() function
/third_party/boost/libs/graph_parallel/doc/
Dbreadth_first_search.rst138 ``gray_target(e, g)``
140 discovered a vertex, ``gray_target`` events may occur in a
148 See documentation for ``gray_target``
/third_party/boost/libs/graph/test/
Dbfs.cpp94 void gray_target(const Edge& e, const Graph& g) const in gray_target() function in bfs_testing_visitor