Searched refs:vertex_list_selector (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/graph/distributed/adjlist/ |
D | serialization.hpp | 149 >::type vertex_list_selector; typedef 334 maybe_load_and_store_local_vertex(vertex_list_selector()); in load_vertices() 410 add_edge(source, target, properties, property_ptr, vertex_list_selector()); in load_edges() 414 commit_pending_edges(vertex_list_selector()); in load_edges() 445 add_pending_in_edge(u, v, property_ptr, vertex_list_selector()); in load_in_edges() 653 vertex_descriptor u = resolve_remote_vertex(e.u, vertex_list_selector()); in commit_pending_in_edges() 654 vertex_descriptor v = resolve_remote_vertex(e.v, vertex_list_selector()); in commit_pending_in_edges() 940 typedef typename config_type::VertexListS vertex_list_selector; in save() typedef 973 ar, local_descriptor, vertex_list_selector()); in save()
|
D | redistribute.hpp | 172 is_same<typename config_type::vertex_list_selector, listS>::value in redistribute() 173 || is_same<typename config_type::vertex_list_selector, setS>::value in redistribute() 174 || is_same<typename config_type::vertex_list_selector, multisetS>::value; in redistribute()
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 644 typedef VertexListS vertex_list_selector; typedef 1586 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list() typedef 1587 initialize(first, last, n, this->distribution(), vertex_list_selector()); in adjacency_list() 1605 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list() typedef 1607 vertex_list_selector()); in adjacency_list() 1625 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list() typedef 1626 initialize(first, last, n, this->distribution(), vertex_list_selector()); in adjacency_list() 1645 typedef typename config_type::VertexListS vertex_list_selector; in adjacency_list() typedef 1647 vertex_list_selector()); in adjacency_list()
|
/third_party/boost/boost/graph/ |
D | undirected_graph.hpp | 63 typedef typename graph_type::vertex_list_selector vertex_list_selector; typedef in boost::undirected_graph
|
D | directed_graph.hpp | 63 typedef typename graph_type::vertex_list_selector vertex_list_selector; typedef in boost::directed_graph
|
D | adjacency_list.hpp | 311 typedef VertexListS vertex_list_selector; typedef in boost::adjacency_list
|