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

  /external/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/
wclog.pass.cpp 12 // istream wclog;
19 std::wclog << L"Hello World!\n";
21 (void)std::wclog;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/
wclog.pass.cpp 12 // istream wclog;
19 std::wclog << L"Hello World!\n";
21 (void)std::wclog;
  /external/libcxx/src/
iostream.cpp 42 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]; variable
59 ::new(wclog) wostream(wcerr_ptr->rdbuf());
83 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);
  /ndk/sources/cxx-stl/stlport/stlport/
iostream.h 44 using _STLP_STD::wclog;
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 );
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iostream.h 44 using _STLP_STD::wclog;
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 79 _STLP_DECLSPEC wostream wclog(0);
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
127 _Stl_aligned_buffer<wostream> wclog;
132 # pragma alias("?wclog@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wclog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
275 wostream* ptr_wclog = &wclog;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 304 extern wostream wclog;
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 615 milliseconds