OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__wcout
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
30
_ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char
__wcout
[sizeof(__stdoutbuf<wchar_t>)];
variable
54
wostream* wcout_ptr = ::new(wcout) wostream(::new(
__wcout
) __stdoutbuf<wchar_t>(stdout, &mb_wcout));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
22
_ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char
__wcout
[sizeof(__stdoutbuf<wchar_t>)];
variable
47
wostream* wcout_ptr = ::new(wcout) wostream(::new(
__wcout
) __stdoutbuf<wchar_t>(stdout, state_types+4));
Completed in 335 milliseconds