Lines Matching refs:__alloc_traits
510 typedef allocator_traits<allocator_type> __alloc_traits;
511 typedef typename __alloc_traits::size_type size_type;
512 typedef typename __alloc_traits::void_pointer __void_pointer;
517 typedef typename __rebind_alloc_helper<__alloc_traits, __node>::type __node_allocator;
521 typedef typename __alloc_traits::pointer pointer;
522 typedef typename __alloc_traits::const_pointer const_pointer;
523 typedef typename __alloc_traits::difference_type difference_type;
525 typedef typename __rebind_alloc_helper<__alloc_traits, __node_base>::type __node_base_allocator;
598 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
719 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
723 _LIBCPP_ASSERT(__alloc_traits::propagate_on_container_swap::value ||