Lines Matching refs:concurrent_multimap
26 struct AllowMultimapping<tbb::concurrent_multimap<Args...>> : std::true_type {};
34 using multimap_type = tbb::concurrent_multimap<int, int, std::less<int>, MyAllocator<int, int>>;
36 using checked_multimap_type = tbb::concurrent_multimap<int, CheckType<int>, std::less<int>, MyAlloc…
38 using greater_multimap_type = tbb::concurrent_multimap<int, int, std::greater<int>, MyAllocator<int…
41 using checked_state_multimap_type = tbb::concurrent_multimap<intptr_t, FooWithAssign, std::less<int…
70 using container_type = tbb::concurrent_multimap<T, T, std::less<T>, Allocator>;
85 TypeTester<DefCtorPresent, tbb::concurrent_multimap<key_type, mapped_type>>(lst); in check()
95 test_emplace_insert<tbb::concurrent_multimap<int*, test::unique_ptr<int>>,std::false_type> in test_specific_types()
104 tbb::concurrent_multimap<int, int> mmap; in test_cycles_absense()
230 using not_always_equal_alloc_mmap_type = tbb::concurrent_multimap<int, int, std::less<int>,
244 using exception_mmap_type = tbb::concurrent_multimap<ThrowOnCopy, ThrowOnCopy>;
258 …static_assert(test_concepts::container_range<typename tbb::concurrent_multimap<int, int>::range_ty…
259 …static_assert(test_concepts::container_range<typename tbb::concurrent_multimap<int, int>::const_ra…