Home
last modified time | relevance | path

Searched refs:begin5 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp229 typename std::list<value_type>::const_iterator begin5 = lst.begin(); in Examine() local
230 std::advance( begin5, 5 ); in Examine()
231 c2.insert( lst.begin(), begin5 ); in Examine()
232 std::for_each( lst.begin(), begin5, check_value<default_construction_present, Table>( c2 ) ); in Examine()
/oneTBB/test/common/
H A Dconcurrent_associative_common.h1167 auto begin5 = lst.begin();
1168 std::advance(begin5, 5);
1169 c2.insert(lst.begin(), begin5);
1170 std::for_each(lst.begin(), begin5, CheckValue<DefCtorPresent, Table>(c2));