Lines Matching refs:__alloc_traits
784 typedef allocator_traits<allocator_type> __alloc_traits;
785 typedef typename __alloc_traits::size_type size_type;
789 typedef typename __alloc_traits::pointer pointer;
826 __alloc_traits::deallocate(__alloc(), __p, size());
836 typedef allocator_traits<allocator_type> __alloc_traits;
839 typedef typename __alloc_traits::pointer pointer;
861 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_));
863 __alloc_traits::deallocate(__na_, __p, 1);
910 typedef allocator_traits<allocator_type> __alloc_traits;
912 __make_hash_node_types<value_type, typename __alloc_traits::void_pointer>::type
921 typedef typename __alloc_traits::pointer pointer;
922 typedef typename __alloc_traits::const_pointer const_pointer;
924 typedef typename __alloc_traits::size_type size_type;
933 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;