Searched refs:gray_target (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/msm/mpl_graph/ |
D | breadth_first_search.hpp | 59 struct gray_target { struct 91 … typename VisitorOps::template gray_target<Edge, Graph, visitor_state>::type,
|
/third_party/boost/boost/graph/ |
D | neighbor_bfs.hpp | 46 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()
|
D | breadth_first_search.hpp | 46 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
|
D | core_numbers.hpp | 78 template < class Vertex, class Graph > void gray_target(Vertex, Graph&) {} in gray_target() function in boost::core_numbers_visitor
|
D | dijkstra_shortest_paths.hpp | 143 template < class Edge, class Graph > void gray_target(Edge e, Graph& g) in gray_target() function
|
D | astar_search.hpp | 195 void gray_target(Edge e, const Graph& g) in gray_target() function
|
/third_party/boost/libs/graph_parallel/doc/ |
D | breadth_first_search.rst | 138 ``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/ |
D | bfs.cpp | 94 void gray_target(const Edge& e, const Graph& g) const in gray_target() function in bfs_testing_visitor
|