Searched refs:IConfigPtr (Results 1 – 15 of 15) 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 | 24 IConfigPtr const& getConfig() const override { in getConfig() 37 void setConfig( IConfigPtr const& config ) override { in setConfig() 44 IConfigPtr m_config;
|
D | catch_interfaces_reporter.h | 37 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 39 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 42 IConfigPtr fullConfig() const; 46 IConfigPtr m_fullConfig; 263 …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; 140 IConfigPtr m_config;
|
D | catch_reporter_registry.h | 23 … IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
|
D | catch_console_colour.cpp | 108 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance() 182 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
|
D | catch_reporter_registry.cpp | 13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
|
D | catch_interfaces_config.h | 88 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 | 36 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 91 IConfigPtr m_config; 245 IConfigPtr m_config;
|
/external/catch2/include/internal/benchmark/ |
D | catch_benchmark.hpp | 55 IConfigPtr cfg = getCurrentContext().getConfig(); in run()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4317 using IConfigPtr = std::shared_ptr<IConfig const>; typedef 4325 virtual IConfigPtr const& getConfig() const = 0; 4333 virtual void setConfig( IConfigPtr const& config ) = 0; 4503 using IConfigPtr = std::shared_ptr<IConfig const>; typedef 5438 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 5440 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 5443 IConfigPtr fullConfig() const; 5447 IConfigPtr m_fullConfig; 5664 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = … 5749 IConfigPtr m_config; [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4347 using IConfigPtr = std::shared_ptr<IConfig const>; typedef 4355 virtual IConfigPtr const& getConfig() const = 0; 4363 virtual void setConfig( IConfigPtr const& config ) = 0; 4534 using IConfigPtr = std::shared_ptr<IConfig const>; typedef 5471 explicit ReporterConfig( IConfigPtr const& _fullConfig ); 5473 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ); 5476 IConfigPtr fullConfig() const; 5480 IConfigPtr m_fullConfig; 5697 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = … 5785 IConfigPtr m_config; [all …]
|