Searched refs:AllowMultimapping (Results 1 – 15 of 15) sorted by relevance
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 24 struct AllowMultimapping; 163 if (AllowMultimapping<Container>::value) { 197 REQUIRE_MESSAGE((result.second == successful || AllowMultimapping<Container>::value), 227 if (AllowMultimapping<Container>::value) { in test_insert_overloads() 289 if (AllowMultimapping<Container>::value) { in test_node_handling_support() 418 AllowMultimapping<DstTableType>{}); in test_concurrent_merge() 432 if (AllowMultimapping<Container1>::value) { in test_merge() 444 if (AllowMultimapping<Container2>::value) { in test_merge()
|
| H A D | concurrent_associative_common.h | 40 struct AllowMultimapping : std::false_type {}; struct 493 if (AllowMultimapping<T>::value) 593 if (AllowMultimapping<T>::value) { 788 if (AllowMultimapping<Container>::value) { 810 CheckRange(array, items, AllowMultimapping<Container>::value, (num_threads - 1)/2); 820 CheckRange(array, items, AllowMultimapping<Container>::value, (num_threads - 1) / 2); 1333 if (AllowMultimapping<Container>::value) { 1350 if (!AllowMultimapping<Container>::value) { 1362 if (AllowMultimapping<Container>::value) { 1402 if (AllowMultimapping<Container>::value) { [all …]
|
| H A D | concurrent_ordered_common.h | 48 if (AllowMultimapping<Container>::value) in operator() 311 if (AllowMultimapping<Container>::value) {
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_set.h | 30 …ame Key, typename KeyCompare, typename RandomGenerator, typename Allocator, bool AllowMultimapping> 42 static constexpr bool allow_multimapping = AllowMultimapping;
|
| H A D | concurrent_map.h | 32 typename Allocator, bool AllowMultimapping> 44 static constexpr bool allow_multimapping = AllowMultimapping;
|
| H A D | concurrent_unordered_set.h | 28 …mplate <typename Key, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimapping> 34 static constexpr bool allow_multimapping = AllowMultimapping;
|
| H A D | concurrent_unordered_map.h | 29 …name Key, typename T, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimapping> 35 static constexpr bool allow_multimapping = AllowMultimapping;
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 29 struct AllowMultimapping<tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; struct
|
| H A D | test_concurrent_set.cpp | 27 struct AllowMultimapping<tbb::concurrent_multiset<Args...>> : std::true_type {}; struct
|
| H A D | test_concurrent_map.cpp | 26 struct AllowMultimapping<tbb::concurrent_multimap<Args...>> : std::true_type {}; struct
|
| H A D | test_concurrent_unordered_map.cpp | 29 struct AllowMultimapping<tbb::concurrent_unordered_multimap<Args...>> : std::true_type {}; struct
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 31 struct AllowMultimapping<oneapi::tbb::concurrent_multiset<Args...>> : std::true_type {}; struct
|
| H A D | conformance_concurrent_map.cpp | 35 struct AllowMultimapping<oneapi::tbb::concurrent_multimap<Args...>> : std::true_type {}; struct
|
| H A D | conformance_concurrent_unordered_set.cpp | 33 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; struct
|
| H A D | conformance_concurrent_unordered_map.cpp | 32 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multimap<Args...>> : std::true_type {}; struct
|