Home
last modified time | relevance | path

Searched refs:map3 (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp432 hash_map_type map3(allocator); in TestScopedAllocator() local
433 map3.rehash(1000); in TestScopedAllocator()
434 map3 = map2; in TestScopedAllocator()
792 map_type map3(init_list.begin(), init_list.end(), test_hash); in __anon3741356d0502() local
793 utils::suppress_unused_warning(map3); in __anon3741356d0502()
828 map_type map3(map2);
833 CHECK(map1 == map3);
/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp120 TMap map3(v.begin(), v.end(), allocator); in test_deduction_guides() local
121 …static_assert(std::is_same_v<decltype(map3), TMap<int, int, std::less<int>, decltype(allocator)> >… in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1068 map_type map3(1, compare); in TestHashCompareConstructors() local