Home
last modified time | relevance | path

Searched refs:IConfigPtr (Results 1 – 13 of 13) sorted by relevance

/external/catch2/include/internal/
Dcatch_context.h20 using IConfigPtr = std::shared_ptr<IConfig const>; variable
28 virtual IConfigPtr const& getConfig() const = 0;
36 virtual void setConfig( IConfigPtr const& config ) = 0;
Dcatch_context.cpp23 virtual IConfigPtr const& getConfig() const override { in getConfig()
36 virtual void setConfig( IConfigPtr const& config ) override { in setConfig()
43 IConfigPtr m_config;
Dcatch_interfaces_reporter.h31 explicit ReporterConfig( IConfigPtr const& _fullConfig );
33 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
36 IConfigPtr fullConfig() const;
40 IConfigPtr m_fullConfig;
225 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
Dcatch_interfaces_reporter.cpp13 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig()
16 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig()
20 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()
Dcatch_run_context.h40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
49 IConfigPtr config() const;
136 IConfigPtr m_config;
Dcatch_console_colour.cpp108 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
182 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
Dcatch_reporter_registry.h23 … IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
Dcatch_reporter_registry.cpp13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
Dcatch_interfaces_config.h80 using IConfigPtr = std::shared_ptr<IConfig const>; variable
Dcatch_run_context.cpp70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
137 IConfigPtr RunContext::config() const { in config()
Dcatch_session.cpp34 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp86 IConfigPtr m_config;
240 IConfigPtr m_config;
/external/catch2/single_include/catch2/
Dcatch.hpp3923 using IConfigPtr = std::shared_ptr<IConfig const>; typedef
3931 virtual IConfigPtr const& getConfig() const = 0;
3939 virtual void setConfig( IConfigPtr const& config ) = 0;
4033 using IConfigPtr = std::shared_ptr<IConfig const>; typedef
4869 explicit ReporterConfig( IConfigPtr const& _fullConfig );
4871 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
4874 IConfigPtr fullConfig() const;
4878 IConfigPtr m_fullConfig;
5063 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
5143 IConfigPtr m_config;
[all …]