/third_party/boost/boost/graph/ |
D | graph_archetypes.hpp | 64 static vertex_descriptor null_vertex() { return vertex_descriptor(); } in null_vertex() function 122 static vertex_descriptor null_vertex() { return vertex_descriptor(); } in null_vertex() function 176 static vertex_descriptor null_vertex() { return vertex_descriptor(); } in null_vertex() function
|
D | vertex_and_edge_range.hpp | 51 static vertex_descriptor null_vertex() in null_vertex() function in boost::graph::vertex_and_edge_range
|
D | graph_traits.hpp | 83 graph_traits< G >::null_vertex() in null_vertex() function in boost::graph_traits
|
D | stanford_graph.hpp | 104 static vertex_descriptor null_vertex() { return NULL; } in null_vertex() function 122 static vertex_descriptor null_vertex() { return NULL; } in null_vertex() function
|
D | labeled_graph.hpp | 485 static vertex_descriptor null_vertex() in null_vertex() function in boost::labeled_graph 625 static vertex_descriptor null_vertex() in null_vertex() function in boost::labeled_graph
|
D | vector_as_graph.hpp | 79 static V null_vertex() { return V(-1); } in null_vertex() function
|
D | reverse_graph.hpp | 229 static vertex_descriptor null_vertex() { return Traits::null_vertex(); } in null_vertex() function in boost::reverse_graph
|
D | directed_graph.hpp | 322 static vertex_descriptor null_vertex() { return graph_type::null_vertex(); } in null_vertex() function in boost::directed_graph
|
D | grid_graph.hpp | 336 static inline vertex_descriptor null_vertex() in null_vertex() function in boost::grid_graph
|
D | undirected_graph.hpp | 325 static vertex_descriptor null_vertex() { return graph_type::null_vertex(); } in null_vertex() function in boost::undirected_graph
|
D | filtered_graph.hpp | 225 static vertex_descriptor null_vertex() { return Traits::null_vertex(); } in null_vertex() function in boost::filtered_graph
|
D | compressed_sparse_row_graph.hpp | 264 static vertex_descriptor null_vertex() { return vertex_descriptor(-1); } in null_vertex() function in boost::compressed_sparse_row_graph 862 static vertex_descriptor null_vertex() { return vertex_descriptor(-1); } in null_vertex() function in boost::compressed_sparse_row_graph
|
D | subgraph.hpp | 178 static vertex_descriptor null_vertex() { return Traits::null_vertex(); } in null_vertex() function in boost::subgraph
|
D | adjacency_matrix.hpp | 497 static vertex_descriptor null_vertex() in null_vertex() function in boost::adjacency_matrix
|
/third_party/boost/boost/mpi/ |
D | graph_communicator.hpp | 540 static vertex_descriptor null_vertex() { return -1; } in null_vertex() function
|
/third_party/boost/boost/graph/detail/ |
D | compressed_sparse_row_struct.hpp | 97 static vertex_descriptor null_vertex() { return vertex_descriptor(-1); } in null_vertex() function in boost::detail::compressed_sparse_row_structure
|
D | adjacency_list.hpp | 1807 static vertex_descriptor null_vertex() { return 0; } in null_vertex() function in boost::adj_list_impl 2110 static vertex_descriptor null_vertex() in null_vertex() function in boost::vec_adj_list_impl
|
/third_party/boost/boost/graph/distributed/ |
D | compressed_sparse_row_graph.hpp | 491 BOOST_DISTRIB_CSR_GRAPH_TYPE::null_vertex() in null_vertex() function in boost::BOOST_DISTRIB_CSR_GRAPH_TYPE
|
D | adjacency_list.hpp | 1673 static vertex_descriptor null_vertex() in null_vertex() function in boost::adjacency_list
|