Searched defs:get_allocator (Results 1 - 25 of 28) sorted by relevance

12

/external/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
H A D_list.h161 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:list
362 if (get_allocator() == __x.get_allocator())
377 if (get_allocator() == __x.get_allocator())
390 if (this->get_allocator() == __x.get_allocator())
405 if (this->get_allocator() == __x.get_allocator()) {
[all...]
H A D_tree.h153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
H A D_vector.h144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
H A D_hashtable.h132 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:hashtable
H A D_slist.h94 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:slist
407 if (get_allocator() == __x.get_allocator()) {
424 if (get_allocator() == __x.get_allocator()) {
444 if (get_allocator() == __x.get_allocator()) {
459 if (get_allocator() == __x.get_allocator()) {
[all...]
H A D_string.h88 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:basic_string
/external/stlport/stlport/stl/
H A D_map.h161 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:map
347 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multimap
H A D_set.h149 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
H A D_hash_map.h82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_map
273 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multimap
H A D_hash_set.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_set
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multiset
H A D_unordered_map.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_map
244 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multimap
H A D_unordered_set.h70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_set
220 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multiset
H A D_hashtable.h300 allocator_type get_allocator() const { return _M_elems.get_allocator(); } function in class:hashtable
335 _M_elems(__ht.get_allocator()),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
H A D_string_sum.h102 allocator_type get_allocator() const { return _M_get_storage(false).get_allocator(); } function in class:__bstr_sum
H A D_bvector.h275 allocator_type get_allocator() const function in class:_Bvector_base
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.get_allocator()) {
H A D_deque.h474 allocator_type get_allocator() const { return this->_M_map_size; } function in class:deque
487 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__x.get_allocator(), __x.size())
H A D_list.h185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
[all...]
H A D_slist.h184 allocator_type get_allocator() const function in class:_Slist_base
277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist
330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator())
557 _Self __tmp(__first, __last, this->get_allocator());
594 _Self __tmp(__first, __last, this->get_allocator());
700 if (this->get_allocator() == __x.get_allocator()) {
714 if (this->get_allocator() == __x.get_allocator()) {
[all...]
H A D_string.h154 allocator_type get_allocator() const function in class:basic_string
750 const _Self __self(__first, __last, get_allocator());
905 const _Self __self(__f, __l, get_allocator());
1023 { return _Self(*this, __pos, __n, get_allocator()); }
/external/stlport/stlport/stl/pointers/
H A D_vector.h76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
H A D_deque.h157 allocator_type get_allocator() const { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); } function in class:deque
H A D_list.h89 allocator_type get_allocator() const function in class:list
90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
H A D_set.h208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
H A D_slist.h84 allocator_type get_allocator() const function in class:slist
85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }

Completed in 525 milliseconds

12