Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp131 TMap map6(init, compare); in test_deduction_guides() local
132 static_assert(std::is_same_v<decltype(map6), TMap<int, int, decltype(compare)> >, "WRONG\n"); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1073 map_type map6(reference_vector.begin(), reference_vector.end(), compare, allocator); in TestHashCompareConstructors() local
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp815 map_type map6(big_map); in __anon3741356d0802() local
816 utils::suppress_unused_warning(map6); in __anon3741356d0802()