Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h285 using AllocatorFooDouble = typename Allocator::template rebind<FooDouble>::other; variable
287 using AllocatorFooFloat = typename AllocatorFooDouble::template rebind<FooFloat>::other;
290 …using AllocatorFooDouble = typename std::allocator_traits<Allocator>::template rebind_alloc<FooDou… variable
292 …using AllocatorFooFloat = typename std::allocator_traits<AllocatorFooDouble>::template rebind_allo…
298 AllocatorFooDouble a2(a);
312 TestAllocatorConcept<typename AllocatorFooDouble::value_type>(a2);
319 TestBrokenAllocator<typename AllocatorFooDouble::value_type>(a2);
326 TestAllocatorExceptions<typename AllocatorFooDouble::value_type>(a2);