Searched defs:get_allocator (Results 26 - 44 of 44) sorted by relevance

12

/external/stlport/stlport/stl/
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()); }
H A D_tree.h244 allocator_type get_allocator() const { function in class:_Rb_tree_base
395 : _Rb_tree_base<_Value, _Alloc>(__x.get_allocator()),
H A D_vector.h135 allocator_type get_allocator() const function in class:vector
247 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__x.size(), __x.get_allocator()) {
H A D_rope.h358 allocator_type get_allocator() const { return allocator_type(_M_size); } function in struct:_Rope_RopeRep
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
1133 allocator_type get_allocator() const { return allocator_type(_M_tree_ptr); } function in class:rope
1494 _STLP_ASSERT(get_allocator() == __x.get_allocator())
1679 _STLP_ASSERT(get_allocator() == __s._M_root->get_allocator())
1693 _STLP_ASSERT(__y.get_allocator() == get_allocator())
1723 _STLP_ASSERT(__old->get_allocator()
[all...]
/external/stlport/stlport/stl/debug/
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/pointers/
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 208 milliseconds

12