Searched defs:OutputToStream (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/debug/
H A Dstack_trace_android.cc82 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
H A Dstack_trace_win.cc257 OutputToStream(&std::cerr);
260 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
H A Dstack_trace_posix.cc763 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc189 OutputToStream(it->first, str);
489 void LogMessage::OutputToStream(StreamInterface* stream, function in class:rtc::LogMessage
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h804 debug_output.OutputToStream(os);
807 virtual void OutputToStream(ostream* os) const = 0;
815 virtual void OutputToStream(ostream* os) const { function in class:net::EpollServer::EventRecorder::FDMaskOutput
833 virtual void OutputToStream(ostream* os) const { function in class:net::EpollServer::EventRecorder::EpollWaitOutput

Completed in 154 milliseconds