Searched refs:iso_vec (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | graph_test.hpp | 230 std::vector< vertex_t > iso_vec(num_vertices(g)); in test_add_vertex() local 231 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_add_vertex() 251 std::vector< vertex_t > iso_vec(num_vertices(g)); in test_add_edge() local 252 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_add_edge() 295 std::vector< vertex_t > iso_vec(num_vertices(g)); in test_remove_edge() local 296 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_remove_edge() 311 std::vector< vertex_t > iso_vec(num_vertices(g)); in test_remove_edge() local 312 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_remove_edge() 329 std::vector< vertex_t > iso_vec(num_vertices(g)); in test_clear_vertex() local 330 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_clear_vertex()
|