HomeSort by relevance Sort by last modified time
    Searched full:wostream (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/using/
ostream 5 using _STLP_NEW_IO_NAMESPACE::wostream;
iosfwd 43 using _STLP_NEW_IO_NAMESPACE::wostream;
  /external/stlport/src/
iostream.cpp 77 _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()
    [all...]
  /external/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /external/stlport/stlport/stl/
_iosfwd.h 139 typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream; typedef
_bitset.h 852 wostream& _STLP_CALL
853 operator<<(wostream& __os, const bitset<_Nb>& __x) {

Completed in 25 milliseconds