OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__wcin
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
19
_ALIGNAS_TYPE (__stdinbuf<wchar_t> ) static char
__wcin
[sizeof(__stdinbuf <wchar_t>)];
variable
44
wistream* wcin_ptr = ::new(wcin) wistream(::new(
__wcin
) __stdinbuf <wchar_t>(stdin) );
Completed in 1481 milliseconds