Home
last modified time | relevance | path

Searched refs:fullConfig (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp32 : m_config( _config.fullConfig() ), in StreamingReporterBase()
147 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp20 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig() function in Catch::ReporterConfig
Dcatch_interfaces_reporter.h36 IConfigPtr fullConfig() const;
/external/bcc/tests/cc/
Dcatch.hpp5052 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig() function
8532 : m_config( _config.fullConfig() ), in StreamingReporterBase()
8637 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
/external/catch2/single_include/catch2/
Dcatch.hpp4874 IConfigPtr fullConfig() const;
5089 : m_config( _config.fullConfig() ), in StreamingReporterBase()
5203 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
8922 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig() function in Catch::ReporterConfig