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
/prebuilts/ndk/r11/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) );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
20
_ALIGNAS_TYPE (wistream) _LIBCPP_FUNC_VIS char
wcin
[sizeof(wistream)];
variable
50
wistream* wcin_ptr = ::new(
wcin
) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin, &mb_wcin));
Completed in 45 milliseconds