Home
last modified time | relevance | path

Searched refs:lessScore (Results 1 – 1 of 1) sorted by relevance

/external/brotli/research/
Ddurchschlag.cc41 struct lessScore { struct
162 std::make_heap(candidates->begin(), candidates->end(), lessScore()); in buildCandidatesList()
609 std::pop_heap(candidates.begin(), candidates.end(), lessScore()); in durchschlagGenerateCollaborative()
623 std::push_heap(candidates.begin(), candidates.end(), lessScore()); in durchschlagGenerateCollaborative()