OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__wcout
(Results
1 - 3
of
3
) sorted by null
/external/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));
/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));
/prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so
Completed in 131 milliseconds