Searched refs:c7 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 281 Table c7; in TypeTester() local 282 c7 = std::move(c6); in TypeTester() 283 Examine<DefCtorPresent>(c7, lst); in TypeTester() 286 c7 = std::move(self(c7)); in TypeTester() 287 Examine<DefCtorPresent>(c7, lst); in TypeTester()
|
| H A D | concurrent_ordered_common.h | 266 Table c7(c1.begin(), c1.end()); 267 Examine<DefCtorPresent>(c7, lst);
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 316 tbb::concurrent_vector<Type> c7( my_vec.size() ); in operator ()() local 317 std::copy( my_vec.begin(), my_vec.end(), c7.begin() ); in operator ()() 318 Examine</*default_construction_present = */true>( c7, my_vec ); in operator ()() 320 std::copy( c7.begin(), c7.end(), c8.begin() ); in operator ()()
|
| H A D | test_concurrent_hash_map.cpp | 295 ch_map_debug_alloc c7(c6); in TypeTester() local 296 Examine<default_construction_present>( c7, lst ); in TypeTester()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_continue_node.cpp | 55 continue_node c7(g, 5, body, node_priority_t(5)); in test_deduction_guides_common() local 56 static_assert(std::is_same_v<decltype(c7), continue_node<ExpectedType>>); in test_deduction_guides_common()
|