Home
last modified time | relevance | path

Searched refs:m_fullConfig (Results 1 – 5 of 5) 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.h46 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.hpp5447 IConfigPtr m_fullConfig; member
10949 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10952 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10955 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()
/external/libabigail/tests/lib/
Dcatch.hpp5480 IConfigPtr m_fullConfig; member
11011 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
11014 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
11017 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()