Searched refs:exception_mmap_type (Results 1 – 2 of 2) sorted by relevance
223 using exception_mmap_type = tbb::concurrent_unordered_multimap<ThrowOnCopy, ThrowOnCopy>; typedef224 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<… typedef232 exception_mmap_type map;239 exception_mmap_type map1(map); in __anonf1fab3910102()
244 using exception_mmap_type = tbb::concurrent_multimap<ThrowOnCopy, ThrowOnCopy>; typedef245 test_exception_on_copy_ctor<exception_mmap_type>();