Searched refs:test_iterator_operations (Results 1 – 1 of 1) sorted by relevance
84 void test_iterator_operations(I b, I e) in test_iterator_operations() function118 test_iterator_operations(c. begin(), c. end()); in test_iterator_compatible()119 test_iterator_operations(c.cbegin(), c.cend()); in test_iterator_compatible()120 test_iterator_operations(get_reverse_iterator<C>::begin(c), get_reverse_iterator<C>::end(c)); in test_iterator_compatible()121 …test_iterator_operations(get_const_reverse_iterator<C>::begin(c), get_const_reverse_iterator<C>::e… in test_iterator_compatible()