Searched refs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance
5070 struct ReporterConfig { struct5071 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() function5074 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function5299 virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0;6271 reporters = addReporter(reporters, (*it)->create( ReporterConfig( config ) ) ); in addListeners()6655 return it->second->create( ReporterConfig( config ) ); in create()8595 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()8700 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()8809 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase()8830 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()[all …]