Home
last modified time | relevance | path

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/
Dsort_comp.pass.cpp25 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/
Dmake_heap_comp.pass.cpp23 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/
Dsort_heap_comp.pass.cpp23 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/
Dpush_heap_comp.pass.cpp24 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/
Dpop_heap_comp.pass.cpp23 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/
Dnth_element_comp.pass.cpp25 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/
Dpartial_sort_comp.pass.cpp25 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/
Dinplace_merge_comp.pass.cpp24 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/
Dstable_sort_comp.pass.cpp25 struct indirect_less struct
28 bool operator()(const P& x, const P& y) in operator ()()