Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp329 std::list<int_int_t> arrIntInt; in TestSpecificTypes() local
330 for ( int i=0; i<NUMBER; ++i ) arrIntInt.push_back( int_int_t(i, NUMBER-i) ); in TestSpecificTypes()
331 TypeTester</*default_construction_present = */true>( arrIntInt ); in TestSpecificTypes()
335 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes()
341 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes()