HomeSort by relevance Sort by last modified time
    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 87 milliseconds