Home
last modified time | relevance | path

Searched defs:set_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp36 using set_type = tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, MyAllocator… typedef
H A Dtest_concurrent_set.cpp34 using set_type = tbb::concurrent_set<int, std::less<int>, MyAllocator<int>>; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp36 using set_type = oneapi::tbb::concurrent_set<int, std::less<int>, Allocator<int>>; typedef
H A Dconformance_concurrent_unordered_set.cpp38 using set_type = oneapi::tbb::concurrent_unordered_set<int, std::hash<int>, std::equal_to<int>, All… typedef