Lines Matching refs:concurrent_set
34 using set_type = tbb::concurrent_set<int, std::less<int>, MyAllocator<int>>;
36 using checked_set_type = tbb::concurrent_set<CheckType<int>, std::less<CheckType<int>>, MyAllocator…
38 using greater_set_type = tbb::concurrent_set<int, std::greater<int>, MyAllocator<int>>;
40 using checked_state_set_type = tbb::concurrent_set<FooWithAssign, std::less<FooWithAssign>, MyAlloc…
45 using container_type = tbb::concurrent_set<T, std::less<T>, Allocator>;
66 TypeTester<DefCtorPresent, tbb::concurrent_set<ValueType>>(lst); in check()
75 test_emplace_insert<tbb::concurrent_set<test::unique_ptr<int>>, std::false_type> in test_specific_types()
213 …using not_always_equal_alloc_set_type = tbb::concurrent_set<int, std::less<int>, NotAlwaysEqualAll…
226 using exception_set_type = tbb::concurrent_set<ThrowOnCopy>;
240 static_assert(test_concepts::container_range<typename tbb::concurrent_set<int>::range_type>);
241 …static_assert(test_concepts::container_range<typename tbb::concurrent_set<int>::const_range_type>);