Home
last modified time | relevance | path

Searched refs:m_fullConfig (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp14 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
17 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
20 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()
Dcatch_interfaces_reporter.h40 IConfigPtr m_fullConfig; member
/external/bcc/tests/cc/
Dcatch.hpp5046 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
5049 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
5052 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
5056 Ptr<IConfig const> m_fullConfig; member
/external/catch2/single_include/catch2/
Dcatch.hpp4878 IConfigPtr m_fullConfig; member
8916 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
8919 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
8922 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()