Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp340 std::list<int_ref_t> arrIntRef; in TestSpecificTypes() local
342 arrIntRef.push_back( int_ref_t( it->first, it->second ) ); in TestSpecificTypes()
343 TypeTester</*default_construction_present = */false>( arrIntRef ); in TestSpecificTypes()