Home
last modified time | relevance | path

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

/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dfind.pass.cpp22 struct test_find struct
28 operator()(pstl::execution::unsequenced_policy, Iterator first, Iterator last, Value value) in operator ()()
33 …perator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Value value) in operator ()()
63 invoke_on_all_policies(test_find(), in.begin(), in.end(), value); in test() argument