Lines Matching refs:__alloc_traits
549 typedef allocator_traits<allocator_type> __alloc_traits;
550 typedef typename __alloc_traits::size_type size_type;
553 typedef typename __alloc_traits::void_pointer __void_pointer;
558 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;
565 typedef typename __alloc_traits::pointer pointer;
566 typedef typename __alloc_traits::const_pointer const_pointer;
567 typedef typename __alloc_traits::difference_type difference_type;
569 typedef typename __rebind_alloc_helper<__alloc_traits, __node_base>::type __node_base_allocator;
643 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
756 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
760 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value ||