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

  /external/libcxx/src/
iostream.cpp 48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5)); local
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
51 _VSTD::unitbuf(*wcerr_ptr);
52 wcerr_ptr->tie(wcout_ptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5)); local
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
51 _VSTD::unitbuf(*wcerr_ptr);
52 wcerr_ptr->tie(wcout_ptr);

Completed in 306 milliseconds