Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Diostream.cpp47 …wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_type… in Init() local
50 wcin_ptr->tie(wcout_ptr); in Init()
52 wcerr_ptr->tie(wcout_ptr); in Init()
62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout); in ~Init() local
64 wcout_ptr->flush(); in ~Init()