Home | History | Annotate | Download | only in src

Lines Matching full:ostream

71 _STLP_DECLSPEC ostream cout(0);
72 _STLP_DECLSPEC ostream cerr(0);
73 _STLP_DECLSPEC ostream clog(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr;
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
106 _Stl_aligned_buffer<ostream> cout;
107 _Stl_aligned_buffer<ostream> cerr;
108 _Stl_aligned_buffer<ostream> clog;
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
251 ostream* ptr_cout = &cout;
252 ostream* ptr_cerr = &cerr;
253 ostream* ptr_clog = &clog;