OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcerr_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
58
wostream*
wcerr_ptr
= ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr));
local
59
::new(wclog) wostream(
wcerr_ptr
->rdbuf());
66
_VSTD::unitbuf(*
wcerr_ptr
);
69
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 34 milliseconds