Searched refs:m6 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_map.cpp | 162 TMap m6(v.begin(), v.end(), 4, degenerate_hash<int>(), custom_allocator_type{}); in test_deduction_guides() local 163 static_assert(std::is_same<decltype(m6), TMap<int, std::string, degenerate_hash<int>, in test_deduction_guides()
|
| H A D | conformance_concurrent_hash_map.cpp | 1122 TMap m6(l, compare); in TestDeductionGuides() local 1123 static_assert(std::is_same<decltype(m6), TMap<Key, Value, Compare, DefaultAllocator>>::value); in TestDeductionGuides()
|