Lines Matching refs:concurrent_map
33 using map_type = tbb::concurrent_map<int, int, std::less<int>, MyAllocator<int, int>>;
35 using checked_map_type = tbb::concurrent_map<int, CheckType<int>, std::less<int>, MyAllocator<int, …
37 using greater_map_type = tbb::concurrent_map<int, int, std::greater<int>, MyAllocator<int, int>>;
39 using checked_state_map_type = tbb::concurrent_map<intptr_t, FooWithAssign, std::less<intptr_t>,
60 using container_type = tbb::concurrent_map<T, T, std::less<T>, Allocator>;
84 TypeTester<DefCtorPresent, tbb::concurrent_map<key_type, mapped_type>>(lst); in check()
93 test_emplace_insert<tbb::concurrent_map<int*, test::unique_ptr<int>>,std::false_type> in test_specific_types()
223 using not_always_equal_alloc_map_type = tbb::concurrent_map<int, int, std::less<int>,
238 using exception_map_type = tbb::concurrent_map<ThrowOnCopy, ThrowOnCopy>;
252 … static_assert(test_concepts::container_range<typename tbb::concurrent_map<int, int>::range_type>);
253 …static_assert(test_concepts::container_range<typename tbb::concurrent_map<int, int>::const_range_t…