Lines Matching refs:ReporterConfig
5044 struct ReporterConfig { struct
5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() function
5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function
5269 virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0;
6227 reporters = addReporter(reporters, (*it)->create( ReporterConfig( config ) ) ); in addListeners()
6596 return it->second->create( ReporterConfig( config ) ); in create()
8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
8745 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase()
8766 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
8798 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
8819 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
9085 XmlReporter( ReporterConfig const& _config ) in XmlReporter()
9272 JunitReporter( ReporterConfig const& _config ) in JunitReporter()
9478 ConsoleReporter( ReporterConfig const& _config ) in ConsoleReporter()
9911 CompactReporter( ReporterConfig const& _config ) in CompactReporter()