HomeSort by relevance Sort by last modified time
    Searched refs:allocator_type (Results 1 - 25 of 37) sorted by null

1 2

  /external/stlport/stlport/stl/
_set.h 79 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:set
90 const allocator_type& __a = allocator_type())
93 : _M_t(_Compare(), allocator_type()) {}
95 : _M_t(__comp, allocator_type()) {}
96 set(const _Compare& __comp, const allocator_type& __a)
103 : _M_t(_Compare(), allocator_type())
109 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last); }
113 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL
250 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_map.h 91 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:map
99 map() : _M_t(_Compare(), allocator_type()) {}
102 const allocator_type& __a = allocator_type())
105 : _M_t(__comp, allocator_type()) {}
106 explicit map(const _Compare& __comp, const allocator_type& __a)
113 : _M_t(_Compare(), allocator_type())
118 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
124 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last);
284 typedef typename _Rep_type::allocator_type allocator_type; typedef in class:multimap
    [all...]
_hash_set.h 72 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_set
76 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
84 : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
86 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
91 const allocator_type& __a = allocator_type())
94 : _M_ht(__n, __hf, __eql, allocator_type()) {}
96 const allocator_type& __a
258 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_multiset
    [all...]
_hash_map.h 78 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_map
82 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {}
90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
94 const allocator_type& __a = allocator_type())
106 : _M_ht(0, hasher(), key_equal(), allocator_type())
110 : _M_ht(__n, hasher(), key_equal(), allocator_type())
269 typedef typename _Ht::allocator_type allocator_type; typedef in class:hash_multimap
    [all...]
_unordered_map.h 72 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_map
76 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
85 const allocator_type& __a = allocator_type())
98 const allocator_type& __a = allocator_type())
105 const allocator_type& __a = allocator_type())
112 const allocator_type& __a = allocator_type()
240 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_multimap
    [all...]
_unordered_set.h 66 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_set
70 allocator_type get_allocator() const { return _M_ht.get_allocator(); }
79 const allocator_type& __a = allocator_type())
92 const allocator_type& __a = allocator_type())
99 const allocator_type& __a = allocator_type())
106 const allocator_type& __a = allocator_type()
216 typedef typename _Ht::allocator_type allocator_type; typedef in class:unordered_multiset
    [all...]
_slist.h 151 typedef typename _Alloc_traits<_Node,_Alloc>::allocator_type _M_node_allocator_type;
158 typedef _Alloc allocator_type; typedef in class:_Slist_base
160 _Slist_base(const allocator_type& __a) :
184 allocator_type get_allocator() const
243 typedef typename _Base::allocator_type allocator_type; typedef in class:slist
277 allocator_type get_allocator() const { return _Base::get_allocator(); }
280 explicit slist(const allocator_type& __a = allocator_type())
283 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(allocator_type()) {}
    [all...]
_rope.h 356 typedef _Alloc allocator_type; typedef in struct:_Rope_RopeRep
358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
379 allocator_type __a) :
412 allocator_type __a) {
468 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeLeaf
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a
502 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeConcatenation
534 typedef typename _Rope_RopeRep<_CharT,_Alloc>::allocator_type allocator_type; typedef in struct:_Rope_RopeFunction
599 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeSubstring
1124 typedef _Alloc allocator_type; typedef in class:rope
    [all...]
_list.h 180 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _Node_allocator_type;
183 typedef _Alloc allocator_type; typedef in class:_List_base
185 allocator_type get_allocator() const
188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
271 typedef typename _Base::allocator_type allocator_type; typedef in class:list
307 const allocator_type& __a = allocator_type())
310 : _STLP_PRIV _List_base<_Tp, _Alloc>(allocator_type())
313 : _STLP_PRIV _List_base<_Tp, _Alloc>(allocator_type())
    [all...]
_vector.h 62 typedef _Alloc allocator_type; typedef in class:_Vector_base
64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy;
119 typedef typename _Base::allocator_type allocator_type; typedef in class:vector
135 allocator_type get_allocator() const
136 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_end_of_storage, _Tp); }
195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size();
214 explicit vector(const allocator_type& __a = allocator_type())
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
    [all...]
_string_base.h 49 typedef _Alloc allocator_type; typedef in class:_String_base
50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
110 _String_base(const allocator_type& __a)
118 _String_base(const allocator_type& __a, size_t __n)
_bvector.h 272 typedef _Alloc allocator_type; typedef in class:_Bvector_base
274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
275 allocator_type get_allocator() const
278 _Bvector_base(const allocator_type& __a)
381 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
384 typedef _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
507 explicit __BVECTOR(const allocator_type& __a = allocator_type())
    [all...]
_string.h 152 typedef typename _Base::allocator_type allocator_type; typedef in class:basic_string
154 allocator_type get_allocator() const
155 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
158 explicit basic_string(const allocator_type& __a = allocator_type())
161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE)
163 explicit basic_string(const allocator_type& __a)
170 const allocator_type& __a = allocator_type())
    [all...]
_deque.h 345 typedef _Alloc allocator_type; typedef in class:_Deque_base
346 typedef _STLP_alloc_proxy<size_t, value_type, allocator_type> _Alloc_proxy;
348 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type _Map_alloc_type;
356 _Deque_base(const allocator_type& __a, size_t __num_elements)
361 _Deque_base(const allocator_type& __a)
417 typedef typename _Base::allocator_type allocator_type; typedef in class:deque
474 allocator_type get_allocator() const { return this->_M_map_size; }
478 explicit deque(const allocator_type& __a = allocator_type())
    [all...]
_alloc.h 186 * Container::allocator_type won't be different */
201 typedef typename _Rebind_type::other allocator_type; typedef in struct:_Alloc_traits
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
207 typedef _Allocator allocator_type; typedef in struct:_Alloc_traits
444 typedef allocator<_Tp> allocator_type; typedef in struct:_Alloc_traits
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
_tree.h 237 typedef _Alloc allocator_type; typedef in class:_Rb_tree_base
240 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator_type;
244 allocator_type get_allocator() const {
249 _Rb_tree_base(const allocator_type& __a) :
310 typedef typename _Base::allocator_type allocator_type; typedef in class:_Rb_tree
383 : _Rb_tree_base<_Value, _Alloc>(allocator_type()), _M_node_count(0), _M_key_compare(_Compare())
387 : _Rb_tree_base<_Value, _Alloc>(allocator_type()), _M_node_count(0), _M_key_compare(__comp)
390 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
_string_workaround.h 48 explicit basic_string(const allocator_type& __a = allocator_type())
52 const allocator_type& __a = allocator_type())
59 const allocator_type& __a = allocator_type())
63 const allocator_type& __a = allocator_type())
67 const allocator_type& __a = allocator_type())
    [all...]
  /external/stlport/stlport/stl/pointers/
_vector.h 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:vector
76 allocator_type get_allocator() const
106 explicit vector(const allocator_type& __a = allocator_type())
114 const allocator_type& __a = allocator_type())
120 : _M_impl(__n, allocator_type() ) {}
134 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL
    [all...]
_deque.h 103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:deque
157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
159 explicit deque(const allocator_type& __a = allocator_type())
169 const allocator_type& __a = allocator_type())
179 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
203 const allocator_type& __a = allocator_type()
    [all...]
_list.h 65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:list
89 allocator_type get_allocator() const
92 explicit list(const allocator_type& __a = allocator_type())
100 const allocator_type& __a = allocator_type())
112 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
134 const allocator_type& __a = allocator_type()
    [all...]
_set.h 70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
110 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:set
131 const allocator_type& __a = allocator_type())
160 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
177 const _Compare& __comp, const allocator_type& __a = allocator_type())
188 const _Compare& __comp, const allocator_type& __a = allocator_type())
357 typedef typename _Priv_Rep_type::allocator_type allocator_type; typedef in class:multiset
    [all...]
_slist.h 59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type; typedef in class:slist
84 allocator_type get_allocator() const
87 explicit slist(const allocator_type& __a = allocator_type())
95 const allocator_type& __a = allocator_type())
107 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
127 const allocator_type& __a = allocator_type()
    [all...]
  /external/stlport/stlport/stl/debug/
_deque.h 87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); }
129 explicit deque(const allocator_type& __a = allocator_type()) :
140 const allocator_type& __a = allocator_type()) :
162 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
177 const allocator_type& __a = allocator_type())
184 const allocator_type& __a = allocator_type())
    [all...]
_vector.h 144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); }
174 explicit vector(const allocator_type& __a = allocator_type())
182 const allocator_type& __a = allocator_type())
208 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
222 const allocator_type& __a = allocator_type())
228 const allocator_type& __a = allocator_type())
    [all...]
_list.h 91 explicit list(const allocator_type& __a = allocator_type()) :
99 const allocator_type& __a = allocator_type())
122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
136 const allocator_type& __a = allocator_type())
141 const allocator_type& __a = allocator_type())
161 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator();
    [all...]

Completed in 263 milliseconds

1 2