Searched refs:IStreamingReporterPtr (Results 1 – 10 of 10) sorted by relevance
15 using Reporters = std::vector<IStreamingReporterPtr>;17 IStreamingReporterPtr m_reporter = nullptr;23 void addListener( IStreamingReporterPtr&& listener );24 void addReporter( IStreamingReporterPtr&& reporter );
19 void ListeningReporter::addListener( IStreamingReporterPtr&& listener ) { in addListener()23 void ListeningReporter::addReporter(IStreamingReporterPtr&& reporter) { in addReporter()
21 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()42 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
211 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable215 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;225 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );138 IStreamingReporterPtr m_reporter;
23 … IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
34 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()41 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) { in makeReporter()
70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
5049 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef5053 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;5063 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …5402 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()5423 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()6141 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );6239 IStreamingReporterPtr m_reporter;8870 using Reporters = std::vector<IStreamingReporterPtr>;8872 IStreamingReporterPtr m_reporter = nullptr;8878 void addListener( IStreamingReporterPtr&& listener );[all …]