Lines Matching refs:m_stream
2578 m_stream << value; in operator <<()
2582 ReusableStringStream m_stream; member
2592 m_stream << value; in operator <<()
2739 …ssageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).m_stream.str() ); \
5306 std::unique_ptr<IStream const> m_stream; member in Catch::Config
5425 std::ostream* m_stream; member
9862 m_stream( openStream() ) in Config()
9907 std::ostream& Config::stream() const { return m_stream->stream(); } in stream()
10901 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10904 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10906 std::ostream& ReporterConfig::stream() const { return *m_stream; } in stream()
10933 builder.m_info.message = builder.m_stream.str(); in AssertionStats()
11697 m_info.message = builder.m_stream.str(); in ScopedMessage()