Searched refs:init_list (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 107 auto init_list = { int(1), int(2), int(3) }; in test_deduction_guides() local 109 TSet set5(init_list); in test_deduction_guides() 112 TSet set6(init_list, compare); in test_deduction_guides() 115 TSet set7(init_list, allocator); in test_deduction_guides() 118 TSet set8(init_list, compare, allocator); in test_deduction_guides()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 405 auto init_list = { v1, v2 }; in TestScopedAllocator() local 420 map1.insert(init_list); in TestScopedAllocator() 774 …auto init_list = {std::pair<const int, int>(1, 42), std::pair<const int, int>(2, 42), std::pair<co… variable 776 map_type map(init_list); 785 map_type map2(init_list.begin(), init_list.end()); in __anon3741356d0402() 792 map_type map3(init_list.begin(), init_list.end(), test_hash); in __anon3741356d0502() 797 map_type map4(init_list, test_hash); in __anon3741356d0602() 802 map_type map5(init_list); in __anon3741356d0702()
|
| H A D | test_concurrent_vector.cpp | 213 auto init_list = {data1, data2}; in test_scoped_allocator() local 221 c1.grow_by(init_list.begin(), init_list.end()); in test_scoped_allocator() 222 c1.grow_by(init_list); in test_scoped_allocator()
|
| /oneTBB/test/common/ |
| H A D | concurrent_associative_common.h | 1202 auto init_list = { value1, value2 }; 1221 c1.insert(init_list);
|