Home
last modified time | relevance | path

Searched refs:greaterScore (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc34 struct greaterScore { struct
126 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()

Completed in 3 milliseconds