Home
last modified time | relevance | path

Searched refs:_fullConfig (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp13 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() argument
14 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
16 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument
17 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
Dcatch_interfaces_reporter.h31 explicit ReporterConfig( IConfigPtr const& _fullConfig );
33 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
/external/catch2/single_include/catch2/
Dcatch.hpp4884 explicit ReporterConfig( IConfigPtr const& _fullConfig );
4886 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
8942 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() argument
8943 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
8945 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument
8946 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
/external/bcc/tests/cc/
Dcatch.hpp5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig()
5046 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig()
5049 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()