Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/std/
Dstd_sstream.h278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef
282 __stringbuf_type _M_stringbuf;
342 __stringbuf_type*
344 { return const_cast<__stringbuf_type*>(&_M_stringbuf); } in rdbuf()
391 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef
395 __stringbuf_type _M_stringbuf;
455 __stringbuf_type*
457 { return const_cast<__stringbuf_type*>(&_M_stringbuf); } in rdbuf()
504 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; typedef
508 __stringbuf_type _M_stringbuf;
[all …]