Searched refs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance
5416 struct ReporterConfig { struct5417 explicit ReporterConfig( IConfigPtr const& _fullConfig );5419 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );5633 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;5670 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()5907 TestEventListenerBase( ReporterConfig const& _config );5987 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()6008 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()6092 ConsoleReporter(ReporterConfig const& config);[all …]