Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp306 typedef typename Traits::adjacency_iterator adj_iter; typedef in boost::detail::mmd_impl
483 adj_iter i, i_end; in eliminate()
497 adj_iter v, ve; in eliminate()
538 adj_iter i, ie; in update()
571 adj_iter nu = adjacent_vertices(u_node, G).first; in update()
580 adj_iter i, ie; in update()
638 adj_iter i, ie; in update()
649 adj_iter j, je; in update()
/third_party/boost/libs/graph/test/
Dgraph_test.hpp140 typedef typename graph_traits< Graph >::adjacency_iterator adj_iter; in test_adjacency_graph() typedef
150 std::pair< adj_iter, adj_iter > p = adjacent_vertices(u, g); in test_adjacency_graph()
/third_party/boost/boost/graph/distributed/
Dcompressed_sparse_row_graph.hpp1406 typedef typename std::vector<Vertex>::const_iterator adj_iter; in edge_range() typedef
1409 std::pair<adj_iter, adj_iter> raw_adjacencies = adjacent_vertices(i, g); in edge_range()
1410 std::pair<adj_iter, adj_iter> adjacencies = in edge_range()