Home
last modified time | relevance | path

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

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_concurrent_hash_map.cpp346 std::list<shr_shr_t> arrShrShr; in TestSpecificTypes() local
349arrShrShr.push_back( shr_shr_t( std::make_shared<int>(i), std::make_shared<int>(NUMBER_minus_i) ) … in TestSpecificTypes()
351 TypeTester< /*default_construction_present = */true>( arrShrShr ); in TestSpecificTypes()
355 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter(arrWkWk) ); in TestSpecificTypes()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp1349 std::list<shr_shr_t> arrShrShr; in TestCPP11Types() local
1352arrShrShr.push_back( shr_shr_t( std::make_shared<int>(i), std::make_shared<int>(NUMBER_minus_i) ) … in TestCPP11Types()
1354 TypeTester< /*default_construction_present = */true>( arrShrShr ); in TestCPP11Types()
1358 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter(arrWkWk) ); in TestCPP11Types()
H A Dtest_concurrent_associative_common.h1052 std::list< std::pair< const std::shared_ptr<int>, std::shared_ptr<int> > > arrShrShr;
1055arrShrShr.push_back( std::make_pair( std::make_shared<int>( i ), std::make_shared<int>( NUMBER_min…
1057 CheckTypes.template check</*defCtorPresent = */true>( arrShrShr );
1060 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter( arrWkWk ) );
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_associative_common.h1052 std::list< std::pair< const std::shared_ptr<int>, std::shared_ptr<int> > > arrShrShr;
1055arrShrShr.push_back( std::make_pair( std::make_shared<int>( i ), std::make_shared<int>( NUMBER_min…
1057 CheckTypes.template check</*defCtorPresent = */true>( arrShrShr );
1060 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter( arrWkWk ) );
H A Dtest_concurrent_hash_map.cpp1349 std::list<shr_shr_t> arrShrShr; in TestCPP11Types() local
1352arrShrShr.push_back( shr_shr_t( std::make_shared<int>(i), std::make_shared<int>(NUMBER_minus_i) ) … in TestCPP11Types()
1354 TypeTester< /*default_construction_present = */true>( arrShrShr ); in TestCPP11Types()
1358 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter(arrWkWk) ); in TestCPP11Types()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_associative_common.h1052 std::list< std::pair< const std::shared_ptr<int>, std::shared_ptr<int> > > arrShrShr;
1055arrShrShr.push_back( std::make_pair( std::make_shared<int>( i ), std::make_shared<int>( NUMBER_min…
1057 CheckTypes.template check</*defCtorPresent = */true>( arrShrShr );
1060 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter( arrWkWk ) );
H A Dtest_concurrent_hash_map.cpp1349 std::list<shr_shr_t> arrShrShr; in TestCPP11Types() local
1352arrShrShr.push_back( shr_shr_t( std::make_shared<int>(i), std::make_shared<int>(NUMBER_minus_i) ) … in TestCPP11Types()
1354 TypeTester< /*default_construction_present = */true>( arrShrShr ); in TestCPP11Types()
1358 std::copy( arrShrShr.begin(), arrShrShr.end(), std::back_inserter(arrWkWk) ); in TestCPP11Types()