Searched refs:has_pairable_candidate_ (Results 1 – 1 of 1) sorted by relevance
180 bool has_pairable_candidate() const { return has_pairable_candidate_; } in has_pairable_candidate()188 return has_pairable_candidate_ && state_ != STATE_ERROR && in ready()202 has_pairable_candidate_ = has_pairable_candidate; in set_has_pairable_candidate()212 bool has_pairable_candidate_ = false; variable