Lines Matching refs:concurrent_unordered_multiset
29 struct AllowMultimapping<tbb::concurrent_unordered_multiset<Args...>> : std::true_type {};
37 using multiset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to<int>, M…
39 using degenerate_multiset_type = tbb::concurrent_unordered_multiset<int, degenerate_hash<int>, std:…
42 using checked_multiset_type = tbb::concurrent_unordered_multiset<CheckType<int>, std::hash<CheckTyp…
46 using checked_state_multiset_type = tbb::concurrent_unordered_multiset<FooWithAssign, std::hash<Foo…
61 …using container_type = tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T>, Alloc…
73 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_multiset<ValueType, std::hash<ValueType>, uti… in check()
83 test_emplace_insert<tbb::concurrent_unordered_multiset<test::unique_ptr<int>>, in test_specific_types()
200 …using not_always_equal_alloc_mset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, s…
214 using exception_mset_type = tbb::concurrent_unordered_multiset<ThrowOnCopy>;
228 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multiset<int>::ran…
229 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multiset<int>::con…
236 test_reserve_regression<oneapi::tbb::concurrent_unordered_multiset<int>>();