HomeSort by relevance Sort by last modified time
    Searched refs:wcout_ptr (Results 1 - 2 of 2) sorted by null

  /external/libcxx/src/
iostream.cpp 47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4)); local
50 wcin_ptr->tie(wcout_ptr);
52 wcerr_ptr->tie(wcout_ptr);
62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout); local
64 wcout_ptr->flush();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4)); local
50 wcin_ptr->tie(wcout_ptr);
52 wcerr_ptr->tie(wcout_ptr);
62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout); local
64 wcout_ptr->flush();

Completed in 1668 milliseconds