Searched defs:reverse_sort (Results 1 – 4 of 4) sorted by relevance
109 bool reverse_sort; member132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const in sort()149 sort(diff_collection & syms, bool reverse_sort, bool lf) const in sort()
48 bool reverse_sort; variable
1504 struct reverse_sort : public queue_sort { struct1505 SF &SortFunc;1506 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function1507 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} in reverse_sort() function1509 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
176 static bool reverse_sort; variable