Searched defs:StableSort (Results 1 – 9 of 9) 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()
207 struct StableSort { struct208 size_t Quantity;210 void run(benchmark::State& state) const { in run()216 bool skip() const { return Order() == ::Order::Heap; } in skip()218 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
476 void StableSort(std::vector<uint32_t>* out, Comparator c) const { in StableSort() function
850 TEST(MutatingTest, StableSort) { in TEST() argument
755 TEST(MutatingTest, StableSort) { in TEST() argument