Searched defs:reverse_sort (Results 1 – 4 of 4) sorted by relevance
1412 struct reverse_sort : public queue_sort { struct1413 SF &SortFunc;1414 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function1415 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} in reverse_sort() function1417 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
1633 struct reverse_sort : public queue_sort { struct1634 SF &SortFunc;1636 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument1638 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
1545 struct reverse_sort : public queue_sort { struct1546 SF &SortFunc;1547 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument1549 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
180 static bool reverse_sort; variable