Home
last modified time | relevance | path

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

/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dfind_if.pass.cpp22 struct test_find_if struct
28 operator()(pstl::execution::unsequenced_policy, Iterator first, Iterator last, Predicate pred, in operator ()()
34 …ator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Predicate pred, in operator ()()
42 operator()(Policy&& exec, Iterator first, Iterator last, Predicate pred, NotPredicate not_pred) in operator ()()