Searched refs:AllocatorFooDouble (Results 1 – 1 of 1) sorted by relevance
285 using AllocatorFooDouble = typename Allocator::template rebind<FooDouble>::other; variable287 using AllocatorFooFloat = typename AllocatorFooDouble::template rebind<FooFloat>::other;290 …using AllocatorFooDouble = typename std::allocator_traits<Allocator>::template rebind_alloc<FooDou… variable292 …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);