Searched refs:concurrent_unordered_multiset (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_unordered_set.h | 42 class concurrent_unordered_multiset; variable 185 class concurrent_unordered_multiset 212 concurrent_unordered_multiset() = default; 213 concurrent_unordered_multiset( const concurrent_unordered_multiset& ) = default; 214 …concurrent_unordered_multiset( const concurrent_unordered_multiset& other, const allocator_type& a… in concurrent_unordered_multiset() function 215 concurrent_unordered_multiset( concurrent_unordered_multiset&& ) = default; 218 concurrent_unordered_multiset& operator=( const concurrent_unordered_multiset& ) = default; 219 concurrent_unordered_multiset& operator=( concurrent_unordered_multiset&& ) = default; 270 -> concurrent_unordered_multiset<T, Hash, KeyEq, Alloc>; 310 concurrent_unordered_multiset( concurrent_unordered_multiset<T, Hash, KeyEq, Alloc>, Alloc ) [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 29 struct AllowMultimapping<tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; 37 using multiset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to<int>, M… 42 using checked_multiset_type = tbb::concurrent_unordered_multiset<CheckType<int>, std::hash<CheckTyp… 61 …using container_type = tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T>, Alloc… 73 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_multiset<ValueType, std::hash<ValueType>, uti… in check() 83 test_emplace_insert<tbb::concurrent_unordered_multiset<test::unique_ptr<int>>, in test_specific_types() 200 …using not_always_equal_alloc_mset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, s… 214 using exception_mset_type = tbb::concurrent_unordered_multiset<ThrowOnCopy>; 228 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multiset<int>::ran… 229 …static_assert(test_concepts::container_range<typename tbb::concurrent_unordered_multiset<int>::con… [all …]
|
| H A D | test_hw_concurrency.cpp | 70 tbb::concurrent_unordered_multiset<std::size_t> cumset;
|
| H A D | test_tbb_header.cpp | 187 TestTypeDefinitionPresence( concurrent_unordered_multiset<int> ); in DefinitionPresence()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_set.cpp | 33 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; 39 using multiset_type = oneapi::tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to… 121 …using container_type = oneapi::tbb::concurrent_unordered_multiset<T, std::hash<T>, std::equal_to<T… 281 test_member_types<oneapi::tbb::concurrent_unordered_multiset>(); 323 check_heterogeneous_functions_key_int<oneapi::tbb::concurrent_unordered_multiset, int>(); 324 …check_heterogeneous_functions_key_string<oneapi::tbb::concurrent_unordered_multiset, std::string>(… 331 test_deduction_guides<oneapi::tbb::concurrent_unordered_multiset>(); 338 test_set_comparisons<oneapi::tbb::concurrent_unordered_multiset>();
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 300 typedef tbb::concurrent_unordered_multiset<T> multiset_type;
|