OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wclog_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
iostream.cpp
115
wostream*
wclog_ptr
= reinterpret_cast<wostream*>(wclog);
local
117
wclog_ptr
->flush();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
63
wostream*
wclog_ptr
= reinterpret_cast<wostream*>(wclog);
local
65
wclog_ptr
->flush();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
83
wostream*
wclog_ptr
= reinterpret_cast<wostream*>(wclog);
local
85
wclog_ptr
->flush();
Completed in 43 milliseconds