Home
last modified time | relevance | path

Searched refs:concurrent_unordered_set (Results 1 – 6 of 6) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_unordered_set.h46 class concurrent_unordered_set
73 concurrent_unordered_set() = default;
74 concurrent_unordered_set( const concurrent_unordered_set& ) = default;
75concurrent_unordered_set( const concurrent_unordered_set& other, const allocator_type& alloc ) : b… in concurrent_unordered_set() function
76 concurrent_unordered_set( concurrent_unordered_set&& ) = default;
77concurrent_unordered_set( concurrent_unordered_set&& other, const allocator_type& alloc ) : base_t… in concurrent_unordered_set() function
79 concurrent_unordered_set& operator=( const concurrent_unordered_set& ) = default;
80 concurrent_unordered_set& operator=( concurrent_unordered_set&& ) = default;
132 -> concurrent_unordered_set<T, Hash, KeyEq, Alloc>;
172 concurrent_unordered_set( concurrent_unordered_set<T, Hash, KeyEq, Alloc>, Alloc )
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp36 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<…
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…
[all …]
H A Dtest_hw_concurrency.cpp69 tbb::concurrent_unordered_set<std::size_t> cuset;
H A Dtest_tbb_header.cpp186 TestTypeDefinitionPresence( concurrent_unordered_set<int> ); in DefinitionPresence()
/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_set.cpp38 using set_type = oneapi::tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, All…
111 …using container_type = oneapi::tbb::concurrent_unordered_set<T, std::hash<T>, std::equal_to<T>, Al…
218 test_member_types<oneapi::tbb::concurrent_unordered_set>();
260 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_set, int>();
261 check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_set, std::string>();
268 test_deduction_guides<oneapi::tbb::concurrent_unordered_set>();
275 test_set_comparisons<oneapi::tbb::concurrent_unordered_set>();
/oneTBB/test/common/
H A Dcommon_arena_constraints.h153 using memory_handler_t = tbb::concurrent_unordered_set<hwloc_bitmap_t>;