OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcin
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
29
_ALIGNAS_TYPE (wistream) _LIBCPP_FUNC_VIS char
wcin
[sizeof(wistream)];
variable
46
wistream* wcin_ptr = ::new(
wcin
) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin, state_types+3) );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
29
_ALIGNAS_TYPE (wistream) _LIBCPP_FUNC_VIS char
wcin
[sizeof(wistream)];
variable
46
wistream* wcin_ptr = ::new(
wcin
) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin, state_types+3) );
Completed in 309 milliseconds