Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp40 using map_type = oneapi::tbb::concurrent_map<int, int, std::less<int>, Allocator<int, int>>; typedef
H A Dconformance_concurrent_unordered_map.cpp37 using map_type = oneapi::tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>… typedef
H A Dconformance_concurrent_hash_map.cpp1060 …using map_type = oneapi::tbb::concurrent_hash_map<key_type, key_type, non_default_constructible_ha… in TestHashCompareConstructors() typedef
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp36 using map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>, MyAllo… typedef
H A Dtest_concurrent_map.cpp33 using map_type = tbb::concurrent_map<int, int, std::less<int>, MyAllocator<int, int>>; typedef
H A Dtest_concurrent_hash_map.cpp772 using map_type = tbb::concurrent_hash_map<int, int, tbb::tbb_hash_compare<int>, allocator_type>; typedef
824 using map_type = tbb::concurrent_hash_map<int, int, tbb::tbb_hash_compare<int>, allocator_type>; typedef
844 using map_type = tbb::concurrent_hash_map<int, int, SimpleTransparentHashCompare>; typedef
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h65 using map_type = std::map<KeyType, ValueType>; member
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h373 using map_type = Container; variable
499 using map_type = typename Iterator::map_type; variable