Lines Matching refs:__alloc
350 allocator_type& __alloc() _NOEXCEPT
353 const allocator_type& __alloc() const _NOEXCEPT
396 if (__alloc() != __c.__alloc())
399 __alloc_traits::deallocate(__alloc(), __begin_, capacity());
402 __alloc() = __c.__alloc();
413 __alloc() = _VSTD::move(__c.__alloc());
429 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end));
467 __alloc_traits::deallocate(__alloc(), __begin_, capacity());
624 {return this->__alloc();}
927 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_),
955 …_VSTD::__construct_backward_with_exception_guarantees(this->__alloc(), this->__begin_, this->__end…
970 …_VSTD::__construct_backward_with_exception_guarantees(this->__alloc(), this->__begin_, __p, __v.__…
971 …_VSTD::__construct_forward_with_exception_guarantees(this->__alloc(), __p, this->__end_, __v.__end…
994 this->__begin_ = this->__end_ = __alloc_traits::allocate(this->__alloc(), __n);
1006 __alloc_traits::deallocate(this->__alloc(), this->__begin_, capacity());
1015 return _VSTD::min<size_type>(__alloc_traits::max_size(this->__alloc()),
1046 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__pos));
1064 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__pos), __x);
1078 _VSTD::__construct_range_forward(this->__alloc(), __first, __last, __tx.__pos_);
1093 allocator_type& __a = this->__alloc();
1112 allocator_type& __a = this->__alloc();
1251 : __base(__alloc_traits::select_on_container_copy_construction(__x.__alloc()))
1289 : __base(_VSTD::move(__x.__alloc()))
1309 if (__a == __x.__alloc())
1371 if (__base::__alloc() != __c.__alloc())
1587 allocator_type& __a = this->__alloc();
1603 allocator_type& __a = this->__alloc();
1624 allocator_type& __a = this->__alloc();
1665 allocator_type& __a = this->__alloc();
1758 __alloc_traits::construct(this->__alloc(),
1793 allocator_type& __a = this->__alloc();
1827 allocator_type& __a = this->__alloc();
1854 … __temp_value<value_type, _Allocator> __tmp(this->__alloc(), _VSTD::forward<_Args>(__args)...);
1861 allocator_type& __a = this->__alloc();
1904 allocator_type& __a = this->__alloc();
1933 allocator_type& __a = this->__alloc();
2010 allocator_type& __a = this->__alloc();
2052 this->__alloc() == __x.__alloc(),
2058 _VSTD::__swap_allocator(this->__alloc(), __x.__alloc(),
2203 __storage_allocator& __alloc() _NOEXCEPT
2206 const __storage_allocator& __alloc() const _NOEXCEPT
2301 {return allocator_type(this->__alloc());}
2474 if (__alloc() != __c.__alloc())
2476 __alloc() = __c.__alloc();
2497 __alloc() = _VSTD::move(__c.__alloc());
2536 this->__begin_ = __storage_traits::allocate(this->__alloc(), __n);
2547 __storage_traits::deallocate(this->__alloc(), this->__begin_, __cap());
2558 size_type __amax = __storage_traits::max_size(__alloc());
2720 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2747 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2822 __storage_traits::deallocate(__alloc(), __begin_, __cap());
2830 __cap_alloc_(0, __storage_traits::select_on_container_copy_construction(__v.__alloc()))
2896 if (__a == allocator_type(__v.__alloc()))
2926 if (__alloc() != __c.__alloc())
2960 vector __v(__alloc());
3015 vector __v(this->__alloc());
3033 vector(*this, allocator_type(__alloc())).swap(*this);
3085 vector __v(__alloc());
3111 vector __v(__alloc());
3140 vector __v(__alloc());
3190 vector __v(__alloc());
3236 _VSTD::__swap_allocator(this->__alloc(), __x.__alloc(),
3257 vector __v(__alloc());