Searched refs:vertex_pair (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/graph/distributed/ |
D | depth_first_search.hpp | 47 … typedef boost::parallel::detail::untracked_pair<vertex_descriptor, vertex_descriptor> vertex_pair; typedef in boost::graph::distributed::detail::parallel_dfs 79 send_oob(pg, get(owner, s), discover_msg, vertex_pair(s, s)); in run() 89 vertex_pair p; in run() 116 vertex_pair visit(target(*ei, g), p.first); in run() 127 vertex_pair p; in run() 140 vertex_pair p; in run() 173 bool recover(const vertex_pair& p) in recover() 196 vertex_pair p(k, i); in shift_center_of_activity() 213 vertex_pair ret(get(parent, i), i); in shift_center_of_activity()
|
/third_party/boost/boost/graph/ |
D | compressed_sparse_row_graph.hpp | 747 typedef std::pair< vertex_t, vertex_t > vertex_pair; in add_edges_internal() typedef 748 typedef std::vector< boost::tuple< vertex_pair, edge_bundled > > in add_edges_internal() 756 boost::detail::compare_first< std::less< vertex_pair > >()); in add_edges_internal() 759 boost::detail::my_tuple_get_class< 0, vertex_pair >()), in add_edges_internal() 761 boost::detail::my_tuple_get_class< 0, vertex_pair >()), in add_edges_internal()
|