Searched refs:concurrent_unordered_set (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_unordered_set.h | 46 class concurrent_unordered_set 73 concurrent_unordered_set() = default; 74 concurrent_unordered_set( const concurrent_unordered_set& ) = default; 75 …concurrent_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; 77 …concurrent_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 D | test_concurrent_unordered_set.cpp | 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<… 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 D | test_hw_concurrency.cpp | 69 tbb::concurrent_unordered_set<std::size_t> cuset;
|
| H A D | test_tbb_header.cpp | 186 TestTypeDefinitionPresence( concurrent_unordered_set<int> ); in DefinitionPresence()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_set.cpp | 38 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 D | common_arena_constraints.h | 153 using memory_handler_t = tbb::concurrent_unordered_set<hwloc_bitmap_t>;
|