Searched refs:custom_allocator_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_set.cpp | 136 using custom_allocator_type = std::allocator<ComplexType>; in test_deduction_guides() typedef 153 custom_allocator_type{}); in test_deduction_guides() 155 std::less<ComplexType>, custom_allocator_type>>::value); in test_deduction_guides() 158 TSet s5(v.begin(), v.end(), 5, custom_allocator_type{}); in test_deduction_guides() 160 std::equal_to<ComplexType>, custom_allocator_type>>::value); in test_deduction_guides() 165 std::equal_to<ComplexType>, custom_allocator_type>>::value); in test_deduction_guides() 183 std::less<ComplexType>, custom_allocator_type>>::value); in test_deduction_guides() 186 TSet s11(l, 5, custom_allocator_type{}); in test_deduction_guides() 188 std::equal_to<ComplexType>, custom_allocator_type>>::value); in test_deduction_guides() 200 TSet s14(s5, custom_allocator_type{}); in test_deduction_guides() [all …]
|
| H A D | conformance_concurrent_unordered_map.cpp | 133 using custom_allocator_type = std::allocator<ComplexTypeConst>; in test_deduction_guides() typedef 154 std::less<int>, custom_allocator_type>>::value); in test_deduction_guides() 157 TMap m5(v.begin(), v.end(), 5, custom_allocator_type{}); in test_deduction_guides() 159 std::equal_to<int>, custom_allocator_type>>::value); in test_deduction_guides() 164 std::equal_to<int>, custom_allocator_type>>::value); in test_deduction_guides() 185 std::less<int>, custom_allocator_type>>::value); in test_deduction_guides() 188 TMap m12(l, 4, custom_allocator_type{}); in test_deduction_guides() 190 std::equal_to<int>, custom_allocator_type>>::value); in test_deduction_guides() 195 std::equal_to<int>, custom_allocator_type>>::value); in test_deduction_guides() 203 TMap m15(m5, custom_allocator_type{}); in test_deduction_guides() [all …]
|