Home
last modified time | relevance | path

Searched defs:AllowMultimapping (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/common/
H A Dconcurrent_associative_common.h40 struct AllowMultimapping : std::false_type {}; struct
/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_unordered_map.cpp29 struct AllowMultimapping<tbb::concurrent_unordered_multimap<Args...>> : std::true_type {}; struct
H A Dtest_concurrent_map.cpp26 struct AllowMultimapping<tbb::concurrent_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