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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_iomanip.h80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) argument
82 __os.setf(ios_base::fmtflags(0), __f._M_mask);
83 return __os;
114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) argument
116 __os.setf(__f._M_mask);
117 return __os;
152 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) argument
154 __os.setf(__f._M_base == 8 ? ios_base::oct :
158 return __os;
191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfil argument
225 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) argument
259 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setw __f) argument
[all...]
H A Dstd_ostream.h374 sentry(basic_ostream<_CharT,_Traits>& __os);
498 endl(basic_ostream<_CharT, _Traits>& __os) argument
499 { return flush(__os.put(__os.widen('\n'))); }
509 ends(basic_ostream<_CharT, _Traits>& __os) argument
510 { return __os.put(_CharT()); }
519 flush(basic_ostream<_CharT, _Traits>& __os) argument
520 { return __os.flush(); }
H A Dstd_complex.h518 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __x) argument
521 __s.flags(__os.flags());
522 __s.imbue(__os.getloc());
523 __s.precision(__os.precision());
525 return __os << __s.str();
H A Dstd_bitset.h1286 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
1291 return __os << __tmp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h458 * Writes the textual representation of the state x(i) of x to @p __os.
460 * @param __os The output stream.
462 * @returns __os.
468 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
632 * generator engine @p __x into the output stream @p __os.
634 * @param __os An output stream.
645 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
834 * generator engine @p __x into the output stream @p __os.
836 * @param __os An output stream.
845 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
[all...]
H A Dshared_ptr.h593 operator<<(std::basic_ostream<_Ch, _Tr>& __os, argument
596 __os << __p.get();
597 return __os;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr.h64 operator<<(std::basic_ostream<_Ch, _Tr>& __os, argument
67 __os << __p.get();
68 return __os;
H A Dbasic_string.h2600 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
2605 return __ostream_insert(__os, __str.data(), __str.size());
H A Drandom.h281 * @p __os.
283 * @param __os The output stream.
285 * @returns __os.
495 * @p __os.
497 * @param __os An output stream.
715 * @p __os.
717 * @param __os An output stream.
947 * @p __os.
949 * @param __os An output stream.
1208 * number generator engine @p __x into the output stream @p __os
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h764 operator<<(std::basic_ostream<_Ch, _Tr>& __os, const shared_ptr<_Tp>& __p) argument
766 __os << __p.get();
767 return __os;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpointer.h559 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
561 { return (__os << __p.get()); }
H A Dvstring.h2391 * @param __os Output stream.
2401 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
2407 return __ostream_insert(__os, __str.data(), __str.size());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_string.h2394 operator<<(basic_ostream<_CharT, _Traits>& __os,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dvstring.h2146 operator<<(basic_ostream<_CharT, _Traits>& __os,

Completed in 220 milliseconds