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