Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp130 using ComplexTypeConst = std::pair<const int, std::string>; in test_deduction_guides() typedef
132 auto l = { ComplexTypeConst(1, "one"), ComplexTypeConst(2, "two")}; in test_deduction_guides()
133 using custom_allocator_type = std::allocator<ComplexTypeConst>; in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1089 using ComplexTypeConst = std::pair<const Key, Value>; in TestDeductionGuides() typedef
1093 using DefaultAllocator = oneapi::tbb::tbb_allocator<ComplexTypeConst>; in TestDeductionGuides()
1094 using Allocator = std::allocator<ComplexTypeConst>; in TestDeductionGuides()
1097 auto l = { ComplexTypeConst(1, "one"), ComplexTypeConst(2, "two") }; in TestDeductionGuides()