Searched refs:test_iter (Results 1 – 11 of 11) sorted by relevance
81 constexpr void test_iter() { in test_iter() function97 test_iter<cpp17_input_iterator<int*>>(); in test_iterators()98 test_iter<cpp20_input_iterator<int*>>(); in test_iterators()99 test_iter<cpp17_output_iterator<int*>>(); in test_iterators()100 test_iter<cpp20_output_iterator<int*>>(); in test_iterators()101 test_iter<forward_iterator<int*>>(); in test_iterators()102 test_iter<bidirectional_iterator<int*>>(); in test_iterators()103 test_iter<random_access_iterator<int*>>(); in test_iterators()104 test_iter<contiguous_iterator<int*>>(); in test_iterators()105 test_iter<int*>(); in test_iterators()
142 constexpr void test_iter() { in test_iter() function150 test_iter<cpp17_input_iterator<int*>>(); in test_iterators()151 test_iter<cpp20_input_iterator<int*>>(); in test_iterators()152 test_iter<cpp17_output_iterator<int*>>(); in test_iterators()153 test_iter<cpp20_output_iterator<int*>>(); in test_iterators()154 test_iter<forward_iterator<int*>>(); in test_iterators()155 test_iter<bidirectional_iterator<int*>>(); in test_iterators()156 test_iter<random_access_iterator<int*>>(); in test_iterators()157 test_iter<contiguous_iterator<int*>>(); in test_iterators()158 test_iter<int*>(); in test_iterators()
30 TEST_CONSTEXPR_CXX17 void test_iter() { in test_iter() function55 test_iter<cpp17_input_iterator<int*> >(); in test()56 test_iter<forward_iterator<int*> >(); in test()57 test_iter<bidirectional_iterator<int*> >(); in test()58 test_iter<random_access_iterator<int*> >(); in test()
136 constexpr void test_iter() { in test_iter() function142 test_iter<forward_iterator<int*>>(); in test_iterators()143 test_iter<bidirectional_iterator<int*>>(); in test_iterators()144 test_iter<random_access_iterator<int*>>(); in test_iterators()145 test_iter<contiguous_iterator<int*>>(); in test_iterators()146 test_iter<int*>(); in test_iterators()
115 constexpr void test_iter() { in test_iter() function121 test_iter<random_access_iterator<int*>>(); in test_iterators()122 test_iter<contiguous_iterator<int*>>(); in test_iterators()123 test_iter<int*>(); in test_iterators()124 test_iter<const int*>(); in test_iterators()
167 constexpr void test_iter() { in test_iter() function174 test_iter<bidirectional_iterator<int*>>(); in test_iterators()175 test_iter<random_access_iterator<int*>>(); in test_iterators()176 test_iter<contiguous_iterator<int*>>(); in test_iterators()177 test_iter<int*>(); in test_iterators()
125 for suite, test_iter in tests_by_suite:126 self._write_testsuite(file, suite, list(test_iter))
180 for suite, test_iter in tests_by_suite:181 test_count = sum(1 for _ in test_iter)