Searched refs:__alloc (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __split_buffer | 54 …_LIBCPP_INLINE_VISIBILITY __alloc_rr& __alloc() _NOEXCEPT {return __end_cap_.sec… 55 …_LIBCPP_INLINE_VISIBILITY const __alloc_rr& __alloc() const _NOEXCEPT {return __end_cap_.sec… 153 __alloc() = _VSTD::move(__c.__alloc()); 214 __alloc_rr& __a = this->__alloc(); 233 __alloc_rr& __a = this->__alloc(); 252 __alloc_rr& __a = this->__alloc(); 261 __alloc_traits::construct(__buf.__alloc(), 279 __alloc_rr& __a = this->__alloc(); 293 __alloc_traits::destroy(__alloc(), __to_raw_pointer(__begin_++)); 310 __alloc_traits::destroy(__alloc(), __to_raw_pointer(--__end_)); [all …]
|
D | vector | 353 allocator_type& __alloc() _NOEXCEPT 356 const allocator_type& __alloc() const _NOEXCEPT 404 if (__alloc() != __c.__alloc()) 407 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 410 __alloc() = __c.__alloc(); 421 __alloc() = _VSTD::move(__c.__alloc()); 448 __alloc_traits::destroy(__alloc(), _VSTD::__to_raw_pointer(--__end_)); 476 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 622 {return this->__alloc();} 878 … __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, this->__end_, __v.__begin_); [all …]
|
D | forward_list | 400 __node_allocator& __alloc() _NOEXCEPT 403 const __node_allocator& __alloc() const _NOEXCEPT 457 if (__alloc() != __x.__alloc()) 459 __alloc() = __x.__alloc(); 468 {__alloc() = _VSTD::move(__x.__alloc());} 508 if (__alloc() == __x.__alloc()) 530 __swap_alloc(__alloc(), __x.__alloc()); 539 __node_allocator& __a = __alloc(); 637 {return allocator_type(base::__alloc());} 792 __node_allocator& __a = base::__alloc(); [all …]
|
D | deque | 950 _LIBCPP_INLINE_VISIBILITY allocator_type& __alloc() {return __size_.second();} 952 const allocator_type& __alloc() const _NOEXCEPT {return __size_.second();} 999 __alloc() = _VSTD::move(__c.__alloc()); 1108 __alloc_traits::deallocate(__alloc(), *__i, __block_size); 1130 if (__a == __c.__alloc()) 1154 __swap_alloc(__alloc(), __c.__alloc()); 1161 allocator_type& __a = __alloc(); 1302 {return __alloc_traits::max_size(__base::__alloc());} 1413 if (__base::__alloc() != __c.__alloc()) 1418 __base::__alloc() = __c.__alloc(); [all …]
|
D | string | 1651 allocator_type get_allocator() const _NOEXCEPT {return __alloc();} 1725 allocator_type& __alloc() _NOEXCEPT 1728 const allocator_type& __alloc() const _NOEXCEPT 1865 if (__alloc() != __str.__alloc()) 1870 __alloc() = __str.__alloc(); 1898 __alloc() = _VSTD::move(__c.__alloc()); 2011 __p = __alloc_traits::allocate(__alloc(), __cap+1); 2035 __p = __alloc_traits::allocate(__alloc(), __cap+1); 2092 : __r_(__alloc_traits::select_on_container_copy_construction(__str.__alloc())) 2137 if (__a == __str.__alloc() || !__str.__is_long()) [all …]
|
D | __hash_table | 713 allocator_type& __alloc() _NOEXCEPT {return __data_.second();} 715 const allocator_type& __alloc() const _NOEXCEPT {return __data_.second();} 720 __alloc_traits::deallocate(__alloc(), __p, size()); 899 __bucket_list_.get_deleter().__alloc()); 1004 {return __pointer_alloc_traits::max_size(__bucket_list_.get_deleter().__alloc());} 1121 __bucket_list_.get_deleter().__alloc() = 1122 _VSTD::move(__u.__bucket_list_.get_deleter().__alloc()); 1216 __u.__bucket_list_.get_deleter().__alloc()), 0)), 1304 __bucket_list_.get_deleter().__alloc() = __u.__bucket_list_.get_deleter().__alloc(); 1968 __pointer_allocator& __npa = __bucket_list_.get_deleter().__alloc(); [all …]
|
D | set | 641 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();} 878 __alloc_traits::select_on_container_copy_construction(__s.__tree_.__alloc())) 1044 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
|
D | map | 1015 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();} 1624 __alloc_traits::select_on_container_copy_construction(__m.__tree_.__alloc())) 1747 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
|
D | __tree | 859 allocator_type __alloc() const _NOEXCEPT 1325 if (__a == __t.__alloc())
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | dynarray | 168 // dynarray(size_type __c, const _Alloc& __alloc); 170 // dynarray(size_type __c, const value_type& __v, const _Alloc& __alloc); 172 // dynarray(const dynarray& __d, const _Alloc& __alloc); 174 // dynarray(initializer_list<value_type>, const _Alloc& __alloc);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_sum.h | 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc) in __sum_storage_elem()
|
D | _string.h | 1079 … define _STLP_STRING_SUM_BASE(__reserve, __size, __alloc) _STLP_PRIV _String_base<_CharT,_Alloc>(_… argument
|