Lines Matching refs:__alloc

348     allocator_type& __alloc() _NOEXCEPT
351 const allocator_type& __alloc() const _NOEXCEPT
394 if (__alloc() != __c.__alloc())
397 __alloc_traits::deallocate(__alloc(), __begin_, capacity());
400 __alloc() = __c.__alloc();
411 __alloc() = _VSTD::move(__c.__alloc());
427 __alloc_traits::destroy(__alloc(), _VSTD::__to_raw_pointer(--__soon_to_be_end));
465 __alloc_traits::deallocate(__alloc(), __begin_, capacity());
622 {return this->__alloc();}
938 … __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, this->__end_, __v.__begin_);
953 __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, __p, __v.__begin_);
954 __alloc_traits::__construct_forward(this->__alloc(), __p, this->__end_, __v.__end_);
977 this->__begin_ = this->__end_ = __alloc_traits::allocate(this->__alloc(), __n);
989 __alloc_traits::deallocate(this->__alloc(), this->__begin_, capacity());
998 return _VSTD::min<size_type>(__alloc_traits::max_size(this->__alloc()),
1026 allocator_type& __a = this->__alloc();
1048 allocator_type& __a = this->__alloc();
1068 allocator_type& __a = this->__alloc();
1086 allocator_type& __a = this->__alloc();
1105 allocator_type& __a = this->__alloc();
1244 : __base(__alloc_traits::select_on_container_copy_construction(__x.__alloc()))
1282 : __base(_VSTD::move(__x.__alloc()))
1302 if (__a == __x.__alloc())
1364 if (__base::__alloc() != __c.__alloc())
1580 allocator_type& __a = this->__alloc();
1596 allocator_type& __a = this->__alloc();
1617 allocator_type& __a = this->__alloc();
1633 __alloc_traits::construct(this->__alloc(),
1652 __alloc_traits::construct(this->__alloc(),
1667 allocator_type& __a = this->__alloc();
1688 __alloc_traits::construct(this->__alloc(),
1761 __alloc_traits::construct(this->__alloc(),
1782 __alloc_traits::construct(this->__alloc(),
1798 allocator_type& __a = this->__alloc();
1823 __alloc_traits::construct(this->__alloc(),
1837 allocator_type& __a = this->__alloc();
1861 __alloc_traits::construct(this->__alloc(),
1868 … __temp_value<value_type, _Allocator> __tmp(this->__alloc(), _VSTD::forward<_Args>(__args)...);
1876 allocator_type& __a = this->__alloc();
1921 allocator_type& __a = this->__alloc();
1950 allocator_type& __a = this->__alloc();
2033 allocator_type& __a = this->__alloc();
2075 this->__alloc() == __x.__alloc(),
2081 __swap_allocator(this->__alloc(), __x.__alloc(),
2226 __storage_allocator& __alloc() _NOEXCEPT
2229 const __storage_allocator& __alloc() const _NOEXCEPT
2324 {return allocator_type(this->__alloc());}
2497 if (__alloc() != __c.__alloc())
2499 __alloc() = __c.__alloc();
2520 __alloc() = _VSTD::move(__c.__alloc());
2559 this->__begin_ = __storage_traits::allocate(this->__alloc(), __n);
2570 __storage_traits::deallocate(this->__alloc(), this->__begin_, __cap());
2581 size_type __amax = __storage_traits::max_size(__alloc());
2743 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2770 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2845 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2853 __cap_alloc_(0, __storage_traits::select_on_container_copy_construction(__v.__alloc()))
2919 if (__a == allocator_type(__v.__alloc()))
2949 if (__alloc() != __c.__alloc())
2983 vector __v(__alloc());
3038 vector __v(this->__alloc());
3056 vector(*this, allocator_type(__alloc())).swap(*this);
3108 vector __v(__alloc());
3134 vector __v(__alloc());
3163 vector __v(__alloc());
3213 vector __v(__alloc());
3259 __swap_allocator(this->__alloc(), __x.__alloc(),
3280 vector __v(__alloc());