Searched defs:StableSort (Results 1 – 4 of 4) 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()
81 void Column::StableSort(bool desc, std::vector<uint32_t>* idx) const { in StableSort() function in perfetto::trace_processor::Column397 void Column::StableSort(std::vector<uint32_t>* out) const { in StableSort() function in perfetto::trace_processor::Column
147 void ZoneList<T>::StableSort(CompareFunction cmp, size_t s, size_t l) { in StableSort() function
476 void StableSort(std::vector<uint32_t>* out, Comparator c) const { in StableSort() function