Searched refs:_STLP_CONVERT_ALLOCATOR (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } in get_allocator() 107 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 116 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 136 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in vector() 148 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl()
|
D | _list.h | 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } in get_allocator() 93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 102 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in list() 116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) { 137 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 141 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
|
D | _deque.h | 157 …allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), val… 160 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} 170 …: _M_impl(__n, cast_traits::to_storage_type_cref(__val), _STLP_CONVERT_ALLOCATOR(__a, _StorageType… 182 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) { 184 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) { 206 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} 212 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
|
D | _set.h | 132 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) {} 161 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) { 178 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) { 189 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) 209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); } 379 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) {} 410 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) { 429 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) { 441 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) 462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
|
D | _slist.h | 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } in get_allocator() 88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 96 …: _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType))… in _M_impl() 109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in slist() 111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) { 129 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} 133 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.h | 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) macro 183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a macro 188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) macro 203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); } in create_allocator() 446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
|
D | _hashtable.h | 314 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)), 327 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)), 336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
|
D | _tree.h | 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp); 250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
|
D | _list.h | 186 { return _STLP_CONVERT_ALLOCATOR((const _Node_allocator_type&)_M_node, _Tp); } 188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
|
D | _bvector.h | 276 …{ return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), … 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
|
D | _slist.h | 161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() ) 185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
|
D | _deque.h | 357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0), 362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
|
D | _vector.h | 136 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_end_of_storage, _Tp); } in get_allocator()
|
D | _string.h | 155 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); } in get_allocator()
|