Searched refs:IsAllowedByCandidateFilter (Results 1 – 1 of 1) sorted by relevance
118 bool IsAllowedByCandidateFilter(const Candidate& c, uint32_t filter) { in IsAllowedByCandidateFilter() function320 if (!IsStopped() && !IsAllowedByCandidateFilter(c, prev_filter) && in SetCandidateFilter()321 IsAllowedByCandidateFilter(c, filter)) { in SetCandidateFilter()1105 return IsAllowedByCandidateFilter(c, candidate_filter_); in CheckCandidateFilter()