Searched refs:c8 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 290 Table c8; in TypeTester() local 292 c8 = {*it++, *it++, *it++}; in TypeTester() 293 c8.insert(it, lst.end()); in TypeTester() 294 Examine<DefCtorPresent>(c8, lst); in TypeTester()
|
| H A D | concurrent_ordered_common.h | 270 Table c8(c1.begin(), c1.end(), allocator); 271 Examine<DefCtorPresent>(c8, lst);
|
| /oneTBB/test/conformance/ |
| H A D | conformance_continue_node.cpp | 58 continue_node c8(g, 5, body, lightweight(), node_priority_t(5)); in test_deduction_guides_common() local 59 static_assert(std::is_same_v<decltype(c8), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 319 tbb::concurrent_vector< Type, std::allocator<Type> > c8( my_vec.size() ); in operator ()() local 320 std::copy( c7.begin(), c7.end(), c8.begin() ); in operator ()() 321 Examine</*default_construction_present = */true>( c8, my_vec ); in operator ()()
|
| H A D | test_concurrent_hash_map.cpp | 298 ch_map c8( lst.size() ); in TypeTester() local 299 c8.insert( lst.begin(), lst.end() ); in TypeTester() 300 Examine<default_construction_present>( c8, lst ); in TypeTester()
|