Home
last modified time | relevance | path

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

/system/extras/iotop/
Diotop.cpp58 static auto comparator = [](auto& lhs, auto& rhs, auto field, bool ascending) -> bool { in GetSorter() argument
63 return ascending ^ (a < b); in GetSorter()
70 auto make_sorter = [](auto field, bool ascending) { in GetSorter() argument
73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()