OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_buffers
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h
57
}
_M_buffers
;
64
{ return (_M_start_of_storage._M_data ==
_M_buffers
._M_static_buf); }
68
{ return _M_using_static_buf() ?
_M_buffers
._M_static_buf + _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage; }
70
{ return _M_using_static_buf() ?
_M_buffers
._M_static_buf + _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage; }
72
{ return _M_using_static_buf() ? _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage - _M_start_of_storage._M_data; }
74
{ return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish -
_M_buffers
._M_static_buf) :
_M_buffers
._M_end_of_storage - _M_finish; }
97
_M_start_of_storage.deallocate(_M_start_of_storage._M_data,
_M_buffers
._M_end_of_storage - _M_start_of_storage._M_data)
[
all
...]
_string.c
613
this->
_M_buffers
._M_end_of_storage = this->_M_start_of_storage._M_data + __n;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_base.h
57
}
_M_buffers
;
64
{ return (_M_start_of_storage._M_data ==
_M_buffers
._M_static_buf); }
68
{ return _M_using_static_buf() ?
_M_buffers
._M_static_buf + _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage; }
70
{ return _M_using_static_buf() ?
_M_buffers
._M_static_buf + _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage; }
72
{ return _M_using_static_buf() ? _DEFAULT_SIZE :
_M_buffers
._M_end_of_storage - _M_start_of_storage._M_data; }
74
{ return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish -
_M_buffers
._M_static_buf) :
_M_buffers
._M_end_of_storage - _M_finish; }
97
_M_start_of_storage.deallocate(_M_start_of_storage._M_data,
_M_buffers
._M_end_of_storage - _M_start_of_storage._M_data)
[
all
...]
_string.c
613
this->
_M_buffers
._M_end_of_storage = this->_M_start_of_storage._M_data + __n;
Completed in 644 milliseconds