Lines Matching refs:_config
5670 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
5671 : m_config( _config.fullConfig() ), in StreamingReporterBase()
5672 stream( _config.stream() ) in StreamingReporterBase()
5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
5788 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
5789 stream( _config.stream() ) in CumulativeReporterBase()
5907 TestEventListenerBase( ReporterConfig const& _config );
6263 JunitReporter(ReporterConfig const& _config);
6311 XmlReporter(ReporterConfig const& _config);
7982 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
12481 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext() argument
12482 : m_runInfo(_config->name()), in RunContext()
12484 m_config(_config), in RunContext()
15472 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase() argument
15473 :StreamingReporterBase(_config) {} in TestEventListenerBase()
16501 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() argument
16502 : CumulativeReporterBase( _config ), in JunitReporter()
16503 xml( _config.stream() ) in JunitReporter()
16887 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter() argument
16888 : StreamingReporterBase( _config ), in XmlReporter()
16889 m_xml(_config.stream()) in XmlReporter()