Home
last modified time | relevance | path

Searched defs:__ostream_type (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h49 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
61 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_fill() typedef
81 typedef basic_ostream<_CharT, _Traits> __ostream_type; in __ostream_insert() typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc62 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in operator <<() argument
483 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
513 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef
542 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
573 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
617 typedef basic_ostream<char, _Traits> __ostream_type; in operator <<() typedef
651 typedef basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom.tcc146 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
276 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
398 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
542 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
609 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
715 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
757 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
796 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
843 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
1006 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<() typedef
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_sstream.h390 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef
413 : __ostream_type(), _M_stringbuf(__mode | ios_base::out) in __ostream_type() function
434 : __ostream_type(), _M_stringbuf(__str, __mode | ios_base::out) in __ostream_type() function
H A Dstd_fstream.h564 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef
595 : __ostream_type(), _M_filebuf() in __ostream_type() function
H A Dstd_ostream.h72 typedef basic_ostream<_CharT, _Traits> __ostream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
H A Dstd_istream.h792 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_sstream.h424 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef
452 : __ostream_type(NULL), _M_stringbuf(__mode | ios_base::out) in __ostream_type() function
473 : __ostream_type(NULL), _M_stringbuf(__str, __mode | ios_base::out) in __ostream_type() function
H A Dstd_fstream.h607 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef
644 : __ostream_type(NULL), _M_filebuf() in __ostream_type() function
H A Dstd_ostream.h71 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
H A Dstd_istream.h718 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef