Searched refs:IConfigPtr (Results 1 – 13 of 13) sorted by relevance
/external/catch2/include/internal/ |
D | catch_context.h | 20 using IConfigPtr = std::shared_ptr<IConfig const>; variable 28 virtual IConfigPtr const& getConfig() const = 0; 36 virtual void setConfig( IConfigPtr const& config ) = 0;
|
D | catch_context.cpp | 23 virtual IConfigPtr const& getConfig() const override { in getConfig() 36 virtual void setConfig( IConfigPtr const& config ) override { in setConfig() 43 IConfigPtr m_config;
|
D | catch_interfaces_reporter.h | 31 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 = …
|
D | catch_interfaces_reporter.cpp | 13 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()
|
D | catch_run_context.h | 40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter ); 49 IConfigPtr config() const; 136 IConfigPtr m_config;
|
D | catch_console_colour.cpp | 108 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance() 182 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
|
D | catch_reporter_registry.h | 23 … IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
|
D | catch_reporter_registry.cpp | 13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
|
D | catch_interfaces_config.h | 80 using IConfigPtr = std::shared_ptr<IConfig const>; variable
|
D | catch_run_context.cpp | 70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext() 137 IConfigPtr RunContext::config() const { in config()
|
D | catch_session.cpp | 34 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 86 IConfigPtr m_config; 240 IConfigPtr m_config;
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3923 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 …]
|