Searched defs:indirect_less (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
D | sort_comp.pass.cpp | 25 struct indirect_less struct 50 std::sort(v.begin(), v.end(), indirect_less()); in main() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
D | make_heap_comp.pass.cpp | 23 struct indirect_less struct 26 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
D | sort_heap_comp.pass.cpp | 23 struct indirect_less struct 26 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
D | push_heap_comp.pass.cpp | 24 struct indirect_less struct 27 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
D | pop_heap_comp.pass.cpp | 23 struct indirect_less struct 26 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/ |
D | nth_element_comp.pass.cpp | 25 struct indirect_less struct 28 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/ |
D | partial_sort_comp.pass.cpp | 25 struct indirect_less struct 28 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
D | inplace_merge_comp.pass.cpp | 24 struct indirect_less struct 27 bool operator()(const P& x, const P& y) in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
D | stable_sort_comp.pass.cpp | 25 struct indirect_less struct 28 bool operator()(const P& x, const P& y) in operator ()()
|