Searched refs:_M_start_of_storage (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_base.h | 64 { return (_M_start_of_storage._M_data == _M_buffers._M_static_buf); } in _M_using_static_buf() 65 _Tp const* _M_Start() const { return _M_start_of_storage._M_data; } in _M_Start() 66 _Tp* _M_Start() { return _M_start_of_storage._M_data; } in _M_Start() 72 …_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; } in _M_capacity() 76 _Tp const* _M_Start() const { return _M_start_of_storage._M_data; } 77 _Tp* _M_Start() { return _M_start_of_storage._M_data; } 81 { return _M_end_of_storage - _M_start_of_storage._M_data; } 87 _AllocProxy _M_start_of_storage; variable 96 if (!_M_using_static_buf() && (_M_start_of_storage._M_data != 0)) in _M_deallocate_block() 97 …_M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_star… in _M_deallocate_block() [all …]
|
D | _string.c | 171 pointer __new_start = this->_M_start_of_storage.allocate(__n, __n); in _M_reserve() 201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_append() 267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert_aux() 302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in insert() 359 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert() 611 this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n, __n); in _M_allocate_block() 612 this->_M_finish = this->_M_start_of_storage._M_data; in _M_allocate_block() 613 this->_M_buffers._M_end_of_storage = this->_M_start_of_storage._M_data + __n; in _M_allocate_block() 616 this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n, __n); in _M_allocate_block() 617 this->_M_finish = this->_M_start_of_storage._M_data; in _M_allocate_block() [all …]
|
D | _string_sum_methods.h | 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); in _M_append_sum() 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); in _M_append_sum_pos()
|
D | _string_workaround.h | 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_appendT() 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert_overflow()
|
D | _string.h | 155 { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); } in get_allocator() 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_appendT() 692 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert_overflow()
|