OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cout
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
27
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cout
[sizeof(__stdoutbuf<char>)];
variable
53
ostream* cout_ptr = ::new(cout) ostream(::new(
__cout
) __stdoutbuf<char>(stdout, &mb_cout));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
19
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cout
[sizeof(__stdoutbuf<char>)];
variable
39
ostream* cout_ptr = ::new(cout) ostream(::new(
__cout
) __stdoutbuf<char>(stdout, state_types+1));
Completed in 143 milliseconds