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

/external/chromium/base/debug/
H A Dstack_trace_posix.cc189 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
H A Dstack_trace_win.cc178 OutputToStream(&std::cerr);
181 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc86 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
H A Dstack_trace_win.cc252 OutputToStream(&std::cerr);
255 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
H A Dstack_trace_posix.cc485 void StackTrace::OutputToStream(std::ostream* os) const { function in class:base::debug::StackTrace
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc204 OutputToStream(it->first, str);
483 void LogMessage::OutputToStream(StreamInterface* stream, function in class:talk_base::LogMessage
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlogging.cc209 OutputToStream(it->first, str);
506 void LogMessage::OutputToStream(StreamInterface* stream, function in class:talk_base::LogMessage
/external/chromium/net/tools/flip_server/
H A Depoll_server.h814 debug_output.OutputToStream(os);
817 virtual void OutputToStream(ostream* os) const = 0;
825 virtual void OutputToStream(ostream* os) const { function in class:net::EpollServer::EventRecorder::FDMaskOutput
843 virtual void OutputToStream(ostream* os) const { function in class:net::EpollServer::EventRecorder::EpollWaitOutput
/external/chromium_org/net/tools/flip_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 222 milliseconds