Searched defs:wcout (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Diostream.cpp30 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)]; variable
47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4));
62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout);

Completed in 66 milliseconds