Home
last modified time | relevance | path

Searched refs:multiset_type (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp37 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 Dconformance_concurrent_unordered_set.cpp39 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 Dtest_concurrent_unordered_set.cpp37 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 Dtest_concurrent_set.cpp35 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 Dgraph_utils.h300 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;