Searched refs:c4 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 245 Table c4(lst.size()); in TypeTester() 246 c4.insert(lst.begin(), lst.end()); in TypeTester() 247 Examine<DefCtorPresent>(c4, lst); in TypeTester()
|
| H A D | concurrent_ordered_common.h | 251 Table c4(compare); 252 c4.insert(lst.begin(), lst.end()); 253 Examine<DefCtorPresent>(c4, lst);
|
| /oneTBB/test/conformance/ |
| H A D | conformance_continue_node.cpp | 46 continue_node c4(g, 5, body, lightweight()); in test_deduction_guides_common() local 47 static_assert(std::is_same_v<decltype(c4), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 340 tbb::concurrent_vector< Type, std::allocator<Type> > c4; in TypeTester() local 341 std::copy( vec.begin(), vec.end(), std::back_inserter(c4) ); in TypeTester() 342 Examine<default_construction_present>( c4, vec ); in TypeTester()
|
| H A D | test_concurrent_hash_map.cpp | 280 ch_map c4( il, compare, typename ch_map::allocator_type()); in TypeTester() 281 c4.insert( it, lst.end()); in TypeTester() 282 Examine<default_construction_present>( c4, lst ); in TypeTester()
|