Searched refs:TestPolicy (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/range/test/test_driver/ |
D | range_return_test_driver.hpp | 347 class TestPolicy > 348 void operator()(Container& cont, TestPolicy policy) in operator ()() 351 test_range<return_found,Container,TestPolicy> ()(cont, policy); in operator ()() 352 test_range<return_next,Container,TestPolicy> ()(cont, policy); in operator ()() 353 test_range<return_prior,Container,TestPolicy> ()(cont, policy); in operator ()() 354 test_range<return_begin_found,Container,TestPolicy>()(cont, policy); in operator ()() 355 test_range<return_begin_next,Container,TestPolicy> ()(cont, policy); in operator ()() 356 test_range<return_begin_prior,Container,TestPolicy>()(cont, policy); in operator ()() 357 test_range<return_found_end,Container,TestPolicy> ()(cont, policy); in operator ()() 358 test_range<return_next_end,Container,TestPolicy> ()(cont, policy); in operator ()() [all …]
|
D | range_overload_test_driver.hpp | 40 class TestPolicy > 41 void operator()(Container& cont, TestPolicy policy) in operator ()() 44 test_range_overload<Container, TestPolicy>()(cont, policy); in operator ()() 48 template< class Container, class TestPolicy > 51 void operator()(Container& cont, TestPolicy policy) in operator ()() 54 …typedef BOOST_DEDUCED_TYPENAME TestPolicy::template test_range_overload<Container> test_range_over… in operator ()()
|
/third_party/boost/libs/range/test/algorithm_test/ |
D | min_element.cpp | 101 template<class Container, class TestPolicy> 102 void test_min_element_impl(TestPolicy policy) in test_min_element_impl()
|
D | max_element.cpp | 103 template<class Container, class TestPolicy> 104 void test_max_element_impl(TestPolicy policy) in test_max_element_impl()
|
D | partial_sort.cpp | 81 template<class Container, class TestPolicy> 82 void test_partial_sort_tp_impl(Container& cont, TestPolicy policy) in test_partial_sort_tp_impl()
|
D | nth_element.cpp | 83 template<class Container, class TestPolicy> 84 void test_nth_element_tp_impl(Container& cont, TestPolicy policy) in test_nth_element_tp_impl()
|
D | upper_bound.cpp | 106 class TestPolicy, 108 void test_upper_bound_impl(TestPolicy policy, BinaryPredicate pred) in test_upper_bound_impl()
|
D | lower_bound.cpp | 105 class TestPolicy, 107 void test_lower_bound_impl(TestPolicy policy, BinaryPredicate pred) in test_lower_bound_impl()
|
D | unique.cpp | 176 template<class Container, class TestPolicy, class Pred> 177 void test_unique_impl(TestPolicy policy, Pred pred) in test_unique_impl()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_runners.py | 8 class TestPolicy(asyncio.AbstractEventLoopPolicy): class 46 policy = TestPolicy(self.new_loop)
|