Searched refs:hash_map_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 395 using hash_map_type = tbb::concurrent_hash_map<allocator_data_type, allocator_data_type, in TestScopedAllocator() typedef 401 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator() 403 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator() 425 hash_map_type::accessor a; in TestScopedAllocator() 432 hash_map_type map3(allocator); in TestScopedAllocator() 514 template <typename hash_map_type, typename iterator> 515 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 591 template <typename hash_map_type, typename iterator> 592 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
|