Home | History | Annotate | Download | only in Core

Lines Matching refs:m_stream_sp

38     m_stream_sp(),
45 m_stream_sp(stream_sp),
88 if (m_stream_sp)
121 m_stream_sp->Printf("%s\n", header.GetData());
124 Host::Backtrace (*m_stream_sp, 1024);
125 m_stream_sp->Flush();
472 if (m_stream_sp)
473 return m_stream_sp->GetVerbose();
483 if (m_stream_sp)
484 return m_stream_sp->GetDebug();