Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dcsr_graph_test.cpp318 CSRGraphT::out_edge_iterator oei, oei_end; in graph_test() local
319 for (boost::tie(oei, oei_end) = out_edges(*vi, g2); oei != oei_end; in graph_test()
330 for (boost::tie(oei2, oei_end) = out_edges(*vi, g2); oei2 != oei_end; in graph_test()
/third_party/boost/boost/graph/
Dr_c_shortest_paths.hpp398 typename graph_traits< Graph >::out_edge_iterator oei, oei_end; in r_c_shortest_paths_dispatch() local
399 for (boost::tie(oei, oei_end) = out_edges(cur_vertex, g); in r_c_shortest_paths_dispatch()
400 oei != oei_end; ++oei) in r_c_shortest_paths_dispatch()
Dmax_cardinality_matching.hpp392 out_edge_iterator_t oei, oei_end; in link_and_set_bridges() local
393 for (boost::tie(oei, oei_end) = out_edges(v, g); oei != oei_end; in link_and_set_bridges()
Dmaximum_weighted_matching.hpp293 out_edge_iterator_t oei, oei_end; in bloom() local
294 for (boost::tie(oei, oei_end) = out_edges(*vi, g); oei != oei_end; in bloom()
/third_party/boost/boost/graph/planar_detail/
Dboyer_myrvold_impl.hpp1066 out_edge_iterator_t oei, oei_end; in extract_kuratowski_subgraph() local
1270 for (boost::tie(oei, oei_end) = out_edges(*vi, g); in extract_kuratowski_subgraph()
1271 oei != oei_end; ++oei) in extract_kuratowski_subgraph()
1563 for (boost::tie(oei, oei_end) = out_edges(w, g); oei != oei_end; in extract_kuratowski_subgraph()