Home
last modified time | relevance | path

Searched refs:m5 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp157 TMap m5(v.begin(), v.end(), 5, custom_allocator_type{}); in test_deduction_guides() local
158 static_assert(std::is_same<decltype(m5), TMap<int, std::string, std::hash<int>, in test_deduction_guides()
203 TMap m15(m5, custom_allocator_type{}); in test_deduction_guides()
204 static_assert(std::is_same<decltype(m15), decltype(m5)>::value); in test_deduction_guides()
212 TMap m17(std::move(m5), custom_allocator_type{}); in test_deduction_guides()
213 static_assert(std::is_same<decltype(m17), decltype(m5)>::value); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1118 TMap m5(l); in TestDeductionGuides() local
1119 …static_assert(std::is_same<decltype(m5), TMap<Key, Value, DefaultCompare, DefaultAllocator>>::valu… in TestDeductionGuides()