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

  /external/libcxx/src/
iostream.cpp 114 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); local
116 clog_ptr->flush();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); local
60 clog_ptr->flush();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 82 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); local
84 clog_ptr->flush();

Completed in 46 milliseconds