Lines Matching refs:__alloc_traits
764 typedef allocator_traits<allocator_type> __alloc_traits;
767 typedef typename __alloc_traits::pointer pointer;
787 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_));
789 __alloc_traits::deallocate(__na_, __p, 1);
981 typedef allocator_traits<allocator_type> __alloc_traits;
983 typename __alloc_traits::void_pointer>::type
990 typedef typename __alloc_traits::pointer pointer;
991 typedef typename __alloc_traits::const_pointer const_pointer;
992 typedef typename __alloc_traits::size_type size_type;
993 typedef typename __alloc_traits::difference_type difference_type;
1010 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;