Searched refs:multiset_type (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 37 using multiset_type = oneapi::tbb::concurrent_multiset<int, std::less<int>, Allocator<int>>; typedef 215 test_basic<multiset_type>(); 221 test_concurrent<multiset_type>(); 233 test_initializer_list_support<multiset_type>({1, 2, 3, 4, 4}); 239 node_handling_tests::test_node_handling_support<multiset_type>(); 271 node_handling_tests::test_merge<set_type, multiset_type>(1000);
|
| H A D | conformance_concurrent_unordered_set.cpp | 39 using multiset_type = oneapi::tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to… typedef 287 test_basic<multiset_type>(); 293 test_concurrent<multiset_type>(); 305 test_initializer_list_support<multiset_type>({1, 2, 3, 4, 5, 5}); 311 node_handling_tests::test_node_handling_support<multiset_type>(); 344 node_handling_tests::test_merge<set_type, multiset_type>(1000);
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 37 using multiset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to<int>, M… typedef 131 test_concurrent<multiset_type>(true); 168 test_range_based_for_support<multiset_type>();
|
| H A D | test_concurrent_set.cpp | 35 using multiset_type = tbb::concurrent_multiset<int, std::less<int>, MyAllocator<int>>; typedef 173 test_concurrent<multiset_type>(true); 188 test_range_based_for_support<multiset_type>();
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 300 typedef tbb::concurrent_unordered_multiset<T> multiset_type; 301 multiset_type *my_multiset; 323 my_multiset = new multiset_type; 356 my_multiset = new multiset_type;
|