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

12

/external/stlport/stlport/stl/
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...]

Completed in 791 milliseconds

12