Searched refs:_STLP_CONVERT_ALLOCATOR (Results 1 - 14 of 14) sorted by relevance

/external/stlport/stlport/stl/pointers/
H A D_list.h90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
102 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
137 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
141 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
H A D_vector.h77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
107 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
136 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
148 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
H A D_deque.h157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
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)) {}
H A D_slist.h85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
129 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
133 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
H A D_set.h132 : _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_
[all...]
/external/stlport/stlport/stl/
H A D_alloc.h181 # 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)); }
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
H A D_hashtable.h314 _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*)),
H A D_bvector.h276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
H A D_list.h186 { 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())
H A D_tree.h245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
H A D_deque.h357 : _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),
H A D_slist.h161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
H A D_vector.h136 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_end_of_storage, _Tp); }
H A D_string.h155 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }

Completed in 209 milliseconds