Searched defs:set_type (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 36 using set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, MyAllocator… typedef
|
| H A D | test_concurrent_set.cpp | 34 using set_type = tbb::concurrent_set<int, std::less<int>, MyAllocator<int>>; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 36 using set_type = oneapi::tbb::concurrent_set<int, std::less<int>, Allocator<int>>; typedef
|
| H A D | conformance_concurrent_unordered_set.cpp | 38 using set_type = oneapi::tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, All… typedef
|