HomeSort by relevance Sort by last modified time
    Searched defs:wclog (Results 1 - 2 of 2) sorted by null

  /external/libcxx/src/
iostream.cpp 32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]; variable
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
63 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]; variable
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
63 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog);

Completed in 181 milliseconds