Home
last modified time | relevance | path

Searched defs:undirectedS (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_selectors.hpp32 struct undirectedS struct
35 {
39 typedef mpl::false_ is_directed_t;
40 typedef mpl::false_ is_bidir_t;
Dadjacency_matrix.hpp713 out_edges( in out_edges()
796 in_edges( in in_edges()
1005 void clear_vertex( in clear_vertex()
/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp977 remove_in_edge(typename Graph::edge_descriptor e, Graph& g, undirectedS) in remove_in_edge() argument
1749 undirectedS) { } in request_in_neighbors() argument
1760 void clear_in_edges_local(vertex_descriptor v, undirectedS) {} in clear_in_edges_local() argument
1777 undirectedS) { } in remove_migrated_in_edges() argument
1852 build_vertex_property(const vertex_property_type& p, undirectedS) in build_vertex_property() argument
1878 build_edge_property(const edge_property_type& p, undirectedS) in build_edge_property() argument
1904 split_edge_property(const base_edge_property_type& p, undirectedS) in split_edge_property() argument
2100 processor_id_type other_proc, undirectedS) in add_remote_edge() argument
2163 processor_id_type other_proc, undirectedS) in remove_local_edge() argument
2206 undirectedS) in remove_local_edge_from_list() argument
[all …]