Searched defs:StableSort (Results 1 – 3 of 3) sorted by relevance
149 struct StableSort { struct150 size_t Quantity;152 void run(benchmark::State& state) const { in run()158 bool skip() const { return Order() == ::Order::Heap; } in skip()160 std::string name() const { in name()
100 void StableSort(CompareFunction cmp, size_t s, size_t l) { in StableSort() function106 void StableSort(CompareFunction cmp) { in StableSort() function111 void StableSort() { std::stable_sort(start(), start() + length()); } in StableSort() function
152 void ZoneList<T>::StableSort(CompareFunction cmp, size_t s, size_t l) { in StableSort() function