Lines Matching refs:concurrent_multiset
27 struct AllowMultimapping<tbb::concurrent_multiset<Args...>> : std::true_type {};
35 using multiset_type = tbb::concurrent_multiset<int, std::less<int>, MyAllocator<int>>;
37 using checked_multiset_type = tbb::concurrent_multiset<CheckType<int>, std::less<CheckType<int>>, M…
39 using greater_multiset_type = tbb::concurrent_multiset<int, std::greater<int>, MyAllocator<int>>;
41 using checked_state_multiset_type = tbb::concurrent_multiset<FooWithAssign, std::less<FooWithAssign…
55 using container_type = tbb::concurrent_multiset<T, std::less<T>, Allocator>;
67 TypeTester<DefCtorPresent, tbb::concurrent_multiset<ValueType>>(lst); in check()
77 test_emplace_insert<tbb::concurrent_multiset<test::unique_ptr<int>>, std::false_type> in test_specific_types()
86 tbb::concurrent_multiset<int> mset; in test_cycles_absense()
219 …using not_always_equal_alloc_mset_type = tbb::concurrent_multiset<int, std::less<int>, NotAlwaysEq…
232 using exception_mset_type = tbb::concurrent_multiset<ThrowOnCopy>;
246 … static_assert(test_concepts::container_range<typename tbb::concurrent_multiset<int>::range_type>);
247 …static_assert(test_concepts::container_range<typename tbb::concurrent_multiset<int>::const_range_t…