Home
last modified time | relevance | path

Searched refs:exception_mmap_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp223 using exception_mmap_type = tbb::concurrent_unordered_multimap<ThrowOnCopy, ThrowOnCopy>; typedef
224 test_exception_on_copy_ctor<exception_mmap_type>();
230 …using exception_mmap_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<… typedef
232 exception_mmap_type map;
239 exception_mmap_type map1(map); in __anonf1fab3910102()
H A Dtest_concurrent_map.cpp244 using exception_mmap_type = tbb::concurrent_multimap<ThrowOnCopy, ThrowOnCopy>; typedef
245 test_exception_on_copy_ctor<exception_mmap_type>();