Searched refs:DefaultAllocator (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 1093 using DefaultAllocator = oneapi::tbb::tbb_allocator<ComplexTypeConst>; in TestDeductionGuides() typedef 1103 …static_assert(std::is_same<decltype(m1), TMap<Key, Value, DefaultCompare, DefaultAllocator>>::valu… in TestDeductionGuides() 1119 …static_assert(std::is_same<decltype(m5), TMap<Key, Value, DefaultCompare, DefaultAllocator>>::valu… in TestDeductionGuides() 1123 static_assert(std::is_same<decltype(m6), TMap<Key, Value, Compare, DefaultAllocator>>::value); in TestDeductionGuides()
|