Searched refs:candidateMatches (Results 1 – 2 of 2) sorted by relevance
285 const auto candidateMatches = [&](const PromotionCandidate& candidate) {289 return std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches);
345 const auto candidateMatches = [&](const PromotionCandidate& candidate) { in getApproximateMatch() local360 std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches); in getApproximateMatch()