Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp123 TMap map4(v.begin(), v.end(), compare, allocator); in test_deduction_guides() local
124 …static_assert(std::is_same_v<decltype(map4), TMap<int, int, decltype(compare), decltype(allocator)… in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1069 map_type map4(1, compare, allocator); in TestHashCompareConstructors() local
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp797 map_type map4(init_list, test_hash); in __anon3741356d0602() local
798 utils::suppress_unused_warning(map4); in __anon3741356d0602()