Lines Matching refs:__alloc_traits
677 typedef allocator_traits<allocator_type> __alloc_traits;
680 typedef typename __alloc_traits::pointer pointer;
713 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__get_value().second));
715 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__get_value().first));
717 __alloc_traits::deallocate(__na_, __p, 1);
1005 typedef allocator_traits<allocator_type> __alloc_traits;
1007 static_assert(is_same<allocator_type, __rebind_alloc<__alloc_traits, value_type> >::value,
1014 typedef typename __alloc_traits::pointer pointer;
1015 typedef typename __alloc_traits::const_pointer const_pointer;
1016 typedef typename __alloc_traits::size_type size_type;
1017 typedef typename __alloc_traits::difference_type difference_type;
1785 typedef allocator_traits<allocator_type> __alloc_traits;
1787 static_assert(is_same<allocator_type, __rebind_alloc<__alloc_traits, value_type> >::value,
1794 typedef typename __alloc_traits::pointer pointer;
1795 typedef typename __alloc_traits::const_pointer const_pointer;
1796 typedef typename __alloc_traits::size_type size_type;
1797 typedef typename __alloc_traits::difference_type difference_type;
1859 __alloc_traits::select_on_container_copy_construction(__m.__tree_.__alloc()))