Searched refs:test_adjacent_find (Results 1 – 1 of 1) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | adjacent_find.pass.cpp | 21 struct test_adjacent_find struct 55 invoke_on_all_policies(test_adjacent_find(), in.begin(), in.end(), std::equal_to<T>()); in test_adjacent_find_by_type() 56 … invoke_on_all_policies(test_adjacent_find(), in.cbegin(), in.cend(), std::equal_to<T>()); in test_adjacent_find_by_type() 67 invoke_on_all_policies(test_adjacent_find(), in.begin(), in.end(), std::equal_to<T>()); in test_adjacent_find_by_type() 68 invoke_on_all_policies(test_adjacent_find(), in.cbegin(), in.cend(), std::equal_to<T>()); in test_adjacent_find_by_type() 73 invoke_on_all_policies(test_adjacent_find(), a1.begin(), a1.end(), std::equal_to<T>()); in test_adjacent_find_by_type() 74 invoke_on_all_policies(test_adjacent_find(), a1.begin() + 1, a1.end(), std::equal_to<T>()); in test_adjacent_find_by_type() 76 invoke_on_all_policies(test_adjacent_find(), a1.cbegin(), a1.cend(), std::equal_to<T>()); in test_adjacent_find_by_type() 77 invoke_on_all_policies(test_adjacent_find(), a1.cbegin() + 1, a1.cend(), std::equal_to<T>()); in test_adjacent_find_by_type() 80 invoke_on_all_policies(test_adjacent_find(), a2.begin(), a2.end(), std::equal_to<T>()); in test_adjacent_find_by_type() [all …]
|