Home
last modified time | relevance | path

Searched refs:_M_sync (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_sstream.h168 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len); in _GLIBCXX_BEGIN_NAMESPACE()
217 _M_sync(__s, __n, 0); in _GLIBCXX_BEGIN_NAMESPACE()
234 _M_sync(char_type* __base, __size_type __i, __size_type __o); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dsstream.tcc125 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
231 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync() function in basic_stringbuf
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20034250 (_M_sync): When __testout && !__testin set all the get area
4262 * include/std/std_sstream.h (str, _M_sync): Likewise.
4316 * include/std/std_sstream.h (_M_sync): Make non virtual.
5344 * include/std/std_sstream.h (_M_sync): Minor tweak.
5360 * include/std/std_sstream.h: Replace _M_really_sync to _M_sync.
H A DChangeLog-20064657 clear the internal _M_string, adjust _M_sync call.
4658 * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
4673 * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
H A DChangeLog-20041618 * include/std/std_sstream.h (_M_sync): When the caller is
1741 (_M_sync): Simplify a bit, clean-up comment.