Lines Matching refs:__alloc_traits
740 typedef allocator_traits<allocator_type> __alloc_traits;
741 typedef typename __alloc_traits::size_type size_type;
745 typedef typename __alloc_traits::pointer pointer;
778 __alloc_traits::deallocate(__alloc(), __p, size());
788 typedef allocator_traits<allocator_type> __alloc_traits;
791 typedef typename __alloc_traits::pointer pointer;
815 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_));
817 __alloc_traits::deallocate(__na_, __p, 1);
872 typedef allocator_traits<allocator_type> __alloc_traits;
874 __make_hash_node_types<value_type, typename __alloc_traits::void_pointer>::type
883 typedef typename __alloc_traits::pointer pointer;
884 typedef typename __alloc_traits::const_pointer const_pointer;
886 typedef typename __alloc_traits::size_type size_type;
895 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;