Lines Matching refs:concurrent_unordered_set
36 using set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, MyAllocator…
38 using degenerate_set_type = tbb::concurrent_unordered_set<int, degenerate_hash<int>, std::equal_to<…
41 using checked_set_type = tbb::concurrent_unordered_set<CheckType<int>, std::hash<CheckType<int>>, s…
44 using checked_state_set_type = tbb::concurrent_unordered_set<FooWithAssign, std::hash<FooWithAssign…
51 …using container_type = tbb::concurrent_unordered_set<T, std::hash<T>, std::equal_to<T>, Allocator>;
72 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_set<ValueType, std::hash<ValueType>, utils::I… in check()
81 test_emplace_insert<tbb::concurrent_unordered_set<test::unique_ptr<int>>, in test_specific_types()
193 …using not_always_equal_alloc_set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::eq…
208 using exception_set_type = tbb::concurrent_unordered_set<ThrowOnCopy>;
222 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_set<int>::range_ty…
223 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_set<int>::const_ra…
235 test_reserve_regression<oneapi::tbb::concurrent_unordered_set<int>>();