Lines Matching refs:const_iterator
214 static_assert(utils::is_forward_iterator<typename container_type::const_iterator>::value, in test_member_types()
216 static_assert(std::is_const<typename container_type::const_iterator::value_type>::value, in test_member_types()
245 for( typename test_table_type::const_iterator i(x.begin()); i!=x.end(); ++i ) { in CheckTable()
367 TestIteratorTraits<test_table_type::const_iterator,const test_table_type::value_type>(); in TestIteratorsAndRanges()
373 TestIteratorAssignment<test_table_type::const_iterator>( u.begin() ); in TestIteratorsAndRanges()
374 TestIteratorAssignment<test_table_type::const_iterator>( v.begin() ); in TestIteratorsAndRanges()
745 test_table_type::const_iterator ci = const_table.begin(); in TraverseTable()
758 …std::pair<test_table_type::const_iterator, test_table_type::const_iterator> cer = const_table.equa… in TraverseTable()
764 test_table_type::const_iterator cic = ci++; in TraverseTable()
1206 TestCHMapIteratorComparisonsBasic<typename chmap_type::const_iterator>(cchmap); in TestCHMapIteratorComparisons()
1368 using const_iterator = typename chmap_type::const_iterator; in test_heterogeneous_equal_range() typedef
1370 using const_result = std::pair<const_iterator, const_iterator>; in test_heterogeneous_equal_range()