Searched refs:term_both (Results 1 – 1 of 1) sorted by relevance
263 bool term_both() const { return core_count_ < term_both_count_; } in term_both() function in boost::detail::base_state266 bool term_both(const vertex_this_type& v) const in term_both() function in boost::detail::base_state678 if (state1_.term_both() && state2_.term_both()) in possible_candidate1()679 return state1_.term_both(v); in possible_candidate1()692 if (state1_.term_both() && state2_.term_both()) in possible_candidate2()693 return state2_.term_both(w); in possible_candidate2()