Searched refs:c9 (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_continue_node.cpp | 64 continue_node c9(follows(b), body); in test_deduction_guides_common() local 65 static_assert(std::is_same_v<decltype(c9), continue_node<ExpectedType>>); in test_deduction_guides_common()
|
| /oneTBB/test/common/ |
| H A D | concurrent_ordered_common.h | 274 Table c9(c1.begin(), c1.end(), compare, allocator); 275 Examine<DefCtorPresent>(c9, lst);
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 301 ch_map_debug_alloc c9( lst.size() ); in TypeTester() local 302 c9.insert( lst.begin(), lst.end() ); in TypeTester() 303 Examine<default_construction_present>( c9, lst ); in TypeTester()
|
| H A D | test_concurrent_vector.cpp | 347 tbb::concurrent_vector< Type, std::allocator<Type> > c9(vec.size(), vec[1], allocator); in TypeTester() local 348 Examine<default_construction_present>( c9, std::vector<Type>(vec.size(), vec[1]) ); in TypeTester()
|