Searched refs:scoredCandidate (Results 1 – 4 of 4) sorted by relevance
105 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local106 if (scoredCandidate.value > choice.value) { in scoreCandidates()107 choice = scoredCandidate; in scoreCandidates()
120 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local121 if (scoredCandidate.value > choice.value) { in scoreCandidates()122 choice = scoredCandidate; in scoreCandidates()
127 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local128 if (scoredCandidate.value > choice.value) { in scoreCandidates()129 choice = scoredCandidate; in scoreCandidates()
437 ScoredCandidate scoredCandidate = candidateScorer.scoreCandidates(group); in choose() local438 if (scoredCandidate != null && scoredCandidate.value > choice.value) { in choose()439 choice = scoredCandidate; in choose()