Lines Matching refs:concurrent_unordered_multimap
29 struct AllowMultimapping<tbb::concurrent_unordered_multimap<Args...>> : std::true_type {};
37 using multimap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equal_to<in…
39 using degenerate_multimap_type = tbb::concurrent_unordered_multimap<int, int, degenerate_hash<int>,…
42 using checked_multimap_type = tbb::concurrent_unordered_multimap<int, CheckType<int>, std::hash<int…
45 using checked_state_multimap_type = tbb::concurrent_unordered_multimap<intptr_t, FooWithAssign, std…
60 …using container_type = tbb::concurrent_unordered_multimap<T, T, std::hash<T>, std::equal_to<T>, Al…
92 …TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_multimap, key_type, mapped_type>>(… in check()
102 …test_emplace_insert<tbb::concurrent_unordered_multimap<int*, test::unique_ptr<int>>, std::false_ty… in test_specific_types()
209 …using not_always_equal_alloc_mmap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<in…
223 using exception_mmap_type = tbb::concurrent_unordered_multimap<ThrowOnCopy, ThrowOnCopy>;
257 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multimap<int, int>…
258 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multimap<int, int>…
265 test_reserve_regression<oneapi::tbb::concurrent_unordered_multimap<int, int>>();