Searched refs:_M_set_length_and_sharable (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dcompatibility.cc40 #define _M_set_length_and_sharable(a) _M_set_length_and_sharableXX(a) macro
293 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t);
340 basic_string<wchar_t>::_Rep::_M_set_length_and_sharable(size_t);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h2604 _M_set_length_and_sharable(size_type __n) _GLIBCXX_NOEXCEPT
3473 _M_rep()->_M_set_length_and_sharable(__len);

Completed in 61 milliseconds