Home
last modified time | relevance | path

Searched refs:_M_capacity (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_base.h71 size_type _M_capacity() const in _M_capacity() function
80 size_type _M_capacity() const
D_string.c163 if (__n < this->_M_capacity()) in reserve()
D_string.h419 { return this->_M_capacity() - 1; } in capacity()