OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wclog
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/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
);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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
);
Completed in 172 milliseconds