Lines Matching refs:concurrent_unordered_map
36 using map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>, MyAllo…
38 using degenerate_map_type = tbb::concurrent_unordered_map<int, int, degenerate_hash<int>, std::equa…
41 using checked_map_type = tbb::concurrent_unordered_map<int, CheckType<int>, std::hash<int>, std::eq…
43 using checked_state_map_type = tbb::concurrent_unordered_map<intptr_t, FooWithAssign, std::hash<int…
50 …using container_type = tbb::concurrent_unordered_map<T, T, std::hash<T>, std::equal_to<T>, Allocat…
91 … TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_map, key_type, mapped_type>>(lst); in check()
100 test_emplace_insert<tbb::concurrent_unordered_map<int*, test::unique_ptr<int>>, std::false_type> in test_specific_types()
202 …using not_always_equal_alloc_map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, st…
217 using exception_map_type = tbb::concurrent_unordered_map<ThrowOnCopy, ThrowOnCopy>;
230 …using exception_mmap_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<…
251 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_map<int, int>::ran…
252 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_map<int, int>::con…
264 test_reserve_regression<oneapi::tbb::concurrent_unordered_map<int, int>>();