Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp128 TMap map5(init); in test_deduction_guides() local
129 static_assert(std::is_same_v<decltype(map5), TMap<int, int> >, "WRONG\n"); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1072 map_type map5(reference_vector.begin(), reference_vector.end(), compare); in TestHashCompareConstructors() local
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp802 map_type map5(init_list); in __anon3741356d0702() local
803 utils::suppress_unused_warning(map5); in __anon3741356d0702()