Lines Matching refs:__alloc_traits
773 typedef allocator_traits<allocator_type> __alloc_traits;
776 typedef typename __alloc_traits::pointer pointer;
796 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_));
798 __alloc_traits::deallocate(__na_, __p, 1);
992 typedef allocator_traits<allocator_type> __alloc_traits;
994 typename __alloc_traits::void_pointer>::type
1001 typedef typename __alloc_traits::pointer pointer;
1002 typedef typename __alloc_traits::const_pointer const_pointer;
1003 typedef typename __alloc_traits::size_type size_type;
1004 typedef typename __alloc_traits::difference_type difference_type;
1021 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;