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

/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_sstream.h278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef in class:basic_istringstream
282 __stringbuf_type _M_stringbuf;
342 __stringbuf_type*
344 { return const_cast<__stringbuf_type*>(&_M_stringbuf); }
391 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef in class:basic_ostringstream
395 __stringbuf_type _M_stringbuf;
455 __stringbuf_type*
457 { return const_cast<__stringbuf_type*>(&_M_stringbuf); }
504 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef in class:basic_stringstream
508 __stringbuf_type _M_stringbu
[all...]

Completed in 134 milliseconds