Home
last modified time | relevance | path

Searched refs:AllowMultimapping (Results 1 – 15 of 15) sorted by relevance

/oneTBB/test/common/
H A Dnode_handling_support.h24 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 Dconcurrent_associative_common.h40 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 Dconcurrent_ordered_common.h48 if (AllowMultimapping<Container>::value) in operator()
311 if (AllowMultimapping<Container>::value) {
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h30 …ame Key, typename KeyCompare, typename RandomGenerator, typename Allocator, bool AllowMultimapping>
42 static constexpr bool allow_multimapping = AllowMultimapping;
H A Dconcurrent_map.h32 typename Allocator, bool AllowMultimapping>
44 static constexpr bool allow_multimapping = AllowMultimapping;
H A Dconcurrent_unordered_set.h28 …mplate <typename Key, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimapping>
34 static constexpr bool allow_multimapping = AllowMultimapping;
H A Dconcurrent_unordered_map.h29 …name Key, typename T, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimapping>
35 static constexpr bool allow_multimapping = AllowMultimapping;
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp29 struct AllowMultimapping<tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; struct
H A Dtest_concurrent_set.cpp27 struct AllowMultimapping<tbb::concurrent_multiset<Args...>> : std::true_type {}; struct
H A Dtest_concurrent_map.cpp26 struct AllowMultimapping<tbb::concurrent_multimap<Args...>> : std::true_type {}; struct
H A Dtest_concurrent_unordered_map.cpp29 struct AllowMultimapping<tbb::concurrent_unordered_multimap<Args...>> : std::true_type {}; struct
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp31 struct AllowMultimapping<oneapi::tbb::concurrent_multiset<Args...>> : std::true_type {}; struct
H A Dconformance_concurrent_map.cpp35 struct AllowMultimapping<oneapi::tbb::concurrent_multimap<Args...>> : std::true_type {}; struct
H A Dconformance_concurrent_unordered_set.cpp33 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multiset<Args...>> : std::true_type {}; struct
H A Dconformance_concurrent_unordered_map.cpp32 struct AllowMultimapping<oneapi::tbb::concurrent_unordered_multimap<Args...>> : std::true_type {}; struct