Searched refs:StableSort (Results 1 – 12 of 12) sorted by relevance
/external/perfetto/src/trace_processor/db/ |
D | column.cc | 81 void Column::StableSort(bool desc, std::vector<uint32_t>* idx) const { in StableSort() function in perfetto::trace_processor::Column 83 StableSort<true /* desc */>(idx); in StableSort() 85 StableSort<false /* desc */>(idx); in StableSort() 397 void Column::StableSort(std::vector<uint32_t>* out) const { in StableSort() function in perfetto::trace_processor::Column 432 row_map().StableSort(out, [this](uint32_t a_idx, uint32_t b_idx) { in StableSort() 442 row_map().StableSort(out, [](uint32_t a_idx, uint32_t b_idx) { in StableSort() 455 row_map().StableSort(out, [&nv](uint32_t a_idx, uint32_t b_idx) { in StableSortNumeric()
|
D | table.cc | 120 columns_[it->col_idx].StableSort(it->desc, &idx); in Sort()
|
D | column.h | 273 void StableSort(bool desc, std::vector<uint32_t>* idx) const; 554 void StableSort(std::vector<uint32_t>* out) const;
|
/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 149 struct StableSort { struct 261 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>( in main()
|
/external/llvm-project/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 207 struct StableSort { struct 328 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>( in main()
|
/external/perfetto/src/trace_processor/containers/ |
D | row_map.h | 476 void StableSort(std::vector<uint32_t>* out, Comparator c) const { in StableSort() function
|
/external/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 755 TEST(MutatingTest, StableSort) { in TEST() argument
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 755 TEST(MutatingTest, StableSort) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container_test.cc | 850 TEST(MutatingTest, StableSort) { in TEST() argument
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 850 TEST(MutatingTest, StableSort) { in TEST() argument
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 850 TEST(MutatingTest, StableSort) { in TEST() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 850 TEST(MutatingTest, StableSort) { in TEST() argument
|