Home
last modified time | relevance | path

Searched defs:test_is_heap (Results 1 – 1 of 1) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/
H A Dis_heap.pass.cpp36 struct test_is_heap struct
42 operator()(pstl::execution::unsequenced_policy, Iterator first, Iterator last, Predicate pred) in operator ()()
47 …ator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate pred) in operator ()()
54 operator()(Policy&& exec, Iterator first, Iterator last, Predicate pred) in operator ()()
105 invoke_on_all_policies(test_is_heap(), in.begin(), in.end(), comp); in test_is_heap_by_type() argument