OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcout_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
54
wostream*
wcout_ptr
= ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout));
local
63
wcin_ptr->tie(
wcout_ptr
);
69
wcerr_ptr->tie(
wcout_ptr
);
77
wostream*
wcout_ptr
= reinterpret_cast<wostream*>(wcout);
local
79
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 34 milliseconds