Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test.cpp169 , graph2_(graph2) in test_callback()
182 graph1_, graph2_, f, edge_comp_, vertex_comp_)); in operator ()()
189 << num_vertices(graph2_) << std::endl; in operator ()()
192 << get(vertex_index_t(), graph2_, get(f, v)) << ") "; in operator ()()
202 const Graph2& graph2_; member
/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp53 : graph1_(graph1), graph2_(graph2) in vf2_print_callback()
64 << get(vertex_index_t(), graph2_, get(f, v)) << ") "; in operator ()()
73 const Graph2& graph2_; member
439 const Graph2& graph2_; member in boost::detail::state
481 , graph2_(graph2) in state()
531 graph2_)) in feasible()
562 graph2_)) in feasible()
585 BGL_FORALL_INEDGES_T(w_new, e2, graph2_, Graph2) in feasible()
587 vertex2_type w = source(e2, graph2_); in feasible()
620 BGL_FORALL_OUTEDGES_T(w_new, e2, graph2_, Graph2) in feasible()
[all …]