Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp143 const vertex_this_type& v_this, const vertex_other_type& v_other) in push() argument
148 put(core_, v_this, v_other); in push()
150 if (!get(in_, v_this)) in push()
152 put(in_, v_this, core_count_); in push()
154 if (get(out_, v_this)) in push()
158 if (!get(out_, v_this)) in push()
160 put(out_, v_this, core_count_); in push()
162 if (get(in_, v_this)) in push()
166 BGL_FORALL_INEDGES_T(v_this, e, graph_this_, GraphThis) in push()
178 BGL_FORALL_OUTEDGES_T(v_this, e, graph_this_, GraphThis) in push()
[all …]