Searched refs:can_add_vertex (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | test_graph.hpp | 111 typename graph_has_add_vertex< Graph >::type can_add_vertex; in test_graph() local 119 build_graph(g, can_add_vertex, is_labeled); in test_graph() 120 build_property_graph(g, can_add_vertex, is_labeled); in test_graph()
|
D | bundled_properties.cpp | 160 void test_bundled_properties(Map*, truth< CanAddVertex > can_add_vertex) in test_bundled_properties() argument 185 map, vi, City("Bloomington", 39000, 47401), can_add_vertex); in test_bundled_properties()
|