Home
last modified time | relevance | path

Searched refs:wostream (Results 1 – 6 of 6) sorted by relevance

/external/stlport/src/
Diostream.cpp77 _STLP_DECLSPEC wostream wcout(0);
78 _STLP_DECLSPEC wostream wcerr(0);
79 _STLP_DECLSPEC wostream wclog(0);
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
121 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcerr;
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
125 _Stl_aligned_buffer<wostream> wcout;
126 _Stl_aligned_buffer<wostream> wcerr;
127 _Stl_aligned_buffer<wostream> wclog;
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); in _S_initialize()
[all …]
/external/stlport/stlport/
Diostream78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
/external/stlport/stlport/using/
Dostream5 using _STLP_NEW_IO_NAMESPACE::wostream;
Diosfwd43 using _STLP_NEW_IO_NAMESPACE::wostream;
/external/stlport/stlport/stl/
D_iosfwd.h139 typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream; typedef
D_bitset.h852 wostream& _STLP_CALL
853 operator<<(wostream& __os, const bitset<_Nb>& __x) {