Searched defs:map_type (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_map.cpp | 40 using map_type = oneapi::tbb::concurrent_map<int, int, std::less<int>, Allocator<int, int>>; typedef
|
| H A D | conformance_concurrent_unordered_map.cpp | 37 using map_type = oneapi::tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>… typedef
|
| H A D | conformance_concurrent_hash_map.cpp | 1060 …using map_type = oneapi::tbb::concurrent_hash_map<key_type, key_type, non_default_constructible_ha… in TestHashCompareConstructors() typedef
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_map.cpp | 36 using map_type = tbb::concurrent_unordered_map<int, int, std::hash<int>, std::equal_to<int>, MyAllo… typedef
|
| H A D | test_concurrent_map.cpp | 33 using map_type = tbb::concurrent_map<int, int, std::less<int>, MyAllocator<int, int>>; typedef
|
| H A D | test_concurrent_hash_map.cpp | 772 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 D | concurrent_lru_cache_common.h | 65 using map_type = std::map<KeyType, ValueType>; member
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_hash_map.h | 373 using map_type = Container; variable 499 using map_type = typename Iterator::map_type; variable
|