Searched refs:_Al (Results 1 – 2 of 2) sorted by relevance
785 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;786 typedef allocator_traits<_Al> _ATraits;788 _Al __a(__alloc_);811 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;812 typedef allocator_traits<_Al> _ATraits;814 _Al __a(__alloc_);837 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al;838 typedef allocator_traits<_Al> _ATraits;840 _Al __a(__alloc_);
271 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak() typedef272 typedef allocator_traits<_Al> _ATraits; in __on_zero_shared_weak()275 _Al __a(__data_.second()); in __on_zero_shared_weak()