Searched defs:_M_start_of_storage (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_base.h34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
64 { return (_M_start_of_storage._M_data == _M_buffers._M_static_buf); }
65 _Tp const* _M_Start() const { return _M_start_of_storage._M_data; }
66 _Tp* _M_Start() { return _M_start_of_storage._M_data; }
72 { return _M_using_static_buf() ? static_cast<size_type>(_DEFAULT_SIZE) : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
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; member in class:_String_base
96 if (!_M_using_static_buf() && (_M_start_of_storage
[all...]

Completed in 250 milliseconds