Searched refs:greaterScore (Results 1 – 1 of 1) sorted by relevance
34 struct greaterScore { struct126 std::make_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()141 std::push_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()144 std::pop_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()