Lines Matching refs:m_os
3443 mutable std::ostream m_os; member in Catch::CoutStream
3454 mutable std::ostream m_os; member in Catch::DebugOutStream
6842 m_os( m_streamBuf.get() ) in DebugOutStream()
6846 return m_os; in stream()
6852 : m_os( Catch::cout().rdbuf() ) in CoutStream()
6856 return m_os; in stream()
8946 m_os( &Catch::cout() ) in XmlWriter()
8952 m_os( &os ) in XmlWriter()
9034 m_os = &os; in setStream()
9042 return *m_os; in stream()
9063 std::ostream* m_os; member in Catch::XmlWriter