Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp253 bool term_out() const { return core_count_ < term_out_count_; } in term_out() function in boost::detail::base_state
256 bool term_out(const vertex_this_type& v) const in term_out() function in boost::detail::base_state
680 else if (state1_.term_out() && state2_.term_out()) in possible_candidate1()
681 return state1_.term_out(v); in possible_candidate1()
694 else if (state1_.term_out() && state2_.term_out()) in possible_candidate2()
695 return state2_.term_out(w); in possible_candidate2()