Searched refs:set_type (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 36 using set_type = oneapi::tbb::concurrent_set<int, std::less<int>, Allocator<int>>; typedef 159 test_concurrent<set_type>(); 171 test_initializer_list_support<set_type>({1, 2, 3, 4}); 177 node_handling_tests::test_node_handling_support<set_type>(); 271 node_handling_tests::test_merge<set_type, multiset_type>(1000);
|
| H A D | conformance_concurrent_unordered_set.cpp | 38 using set_type = oneapi::tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, All… typedef 224 test_basic<set_type>(); 230 test_concurrent<set_type>(); 242 test_initializer_list_support<set_type>({1, 2, 3, 4, 5}); 248 node_handling_tests::test_node_handling_support<set_type>(); 344 node_handling_tests::test_merge<set_type, multiset_type>(1000);
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 36 using set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, MyAllocator… typedef 163 test_range_based_for_support<set_type>(); 173 node_handling_tests::test_merge<set_type, degenerate_set_type>(1000);
|
| H A D | test_concurrent_set.cpp | 34 using set_type = tbb::concurrent_set<int, std::less<int>, MyAllocator<int>>; typedef 183 test_range_based_for_support<set_type>();
|
| /oneTBB/test/common/ |
| H A D | utils.h | 442 using set_type = std::unordered_set<const LifeTrackableObject*>; 443 static set_type alive_objects; 472 static const set_type& set() {
|