Home
last modified time | relevance | path

Searched refs:iso_vec (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/graph/test/
Dgraph_test.hpp230 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()