Searched defs:multimap_type (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_map.cpp | 41 using multimap_type = oneapi::tbb::concurrent_multimap<int, int, std::less<int>, Allocator<int, int… typedef
|
| H A D | conformance_concurrent_unordered_map.cpp | 38 using multimap_type = oneapi::tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equ… typedef
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_map.cpp | 37 using multimap_type = tbb::concurrent_unordered_multimap<int, int, std::hash<int>, std::equal_to<in… typedef
|
| H A D | test_concurrent_map.cpp | 34 using multimap_type = tbb::concurrent_multimap<int, int, std::less<int>, MyAllocator<int, int>>; typedef
|