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

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h696 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef in class:basic_fstream
711 : __iostream_type(), _M_filebuf()
725 : __iostream_type(NULL), _M_filebuf()
H A Dstd_sstream.h505 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef in class:basic_stringstream
526 : __iostream_type(), _M_stringbuf(__m)
545 : __iostream_type(), _M_stringbuf(__str, __m)

Completed in 391 milliseconds