Searched defs:__iostream_type (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_sstream.h | 503 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef 524 : __iostream_type(), _M_stringbuf(__m) in __iostream_type() function 543 : __iostream_type(), _M_stringbuf(__str, __m) in __iostream_type() function
|
H A D | std_fstream.h | 696 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef 725 : __iostream_type(NULL), _M_filebuf() in __iostream_type() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_sstream.h | 543 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef 569 : __iostream_type(NULL), _M_stringbuf(__m) in __iostream_type() function 588 : __iostream_type(NULL), _M_stringbuf(__str, __m) in __iostream_type() function
|
H A D | std_fstream.h | 734 typedef basic_iostream<char_type, traits_type> __iostream_type; typedef 768 : __iostream_type(NULL), _M_filebuf() in __iostream_type() function
|