Home
last modified time | relevance | path

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

1234567

/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h46 IConfigPtr m_fullConfig; member
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h46 IConfigPtr m_fullConfig; member
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h46 IConfigPtr m_fullConfig; member
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h48 IConfigPtr m_fullConfig; member
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h48 IConfigPtr m_fullConfig; member
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h48 IConfigPtr m_fullConfig; member
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A 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()
H A Dcatch_interfaces_reporter.h40 IConfigPtr m_fullConfig; member
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_interfaces_reporter.h30 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
33 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
36 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
40 Ptr<IConfig const> m_fullConfig; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_interfaces_reporter.h29 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
32 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
35 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
39 Ptr<IConfig const> m_fullConfig; member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_interfaces_reporter.h29 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
32 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
35 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
39 Ptr<IConfig const> m_fullConfig; member
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_interfaces_reporter.h30 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
33 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
36 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
40 Ptr<IConfig const> m_fullConfig; member
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/test/unit/
H A Dcatch.hpp4366 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4369 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4372 Ptr<IConfig> fullConfig() const { return m_fullConfig; } in fullConfig()
4376 Ptr<IConfig> m_fullConfig; member
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/Tests/
H A Dcatch.hpp5249 : m_stream(&_fullConfig->stream()), m_fullConfig(_fullConfig) in ReporterConfig()
5254 : m_stream(&_stream), m_fullConfig(_fullConfig) in ReporterConfig()
5259 Ptr<IConfig> fullConfig() const { return m_fullConfig; } in fullConfig()
5263 Ptr<IConfig> m_fullConfig; member
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/
H A Dcatch.hpp4524 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4527 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4530 Ptr<IConfig> fullConfig() const { return m_fullConfig; } in fullConfig()
4534 Ptr<IConfig> m_fullConfig; member
/dports/devel/cltune/CLTune-2.7.0/test/
H A Dcatch.hpp4524 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4527 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4530 Ptr<IConfig> fullConfig() const { return m_fullConfig; } in fullConfig()
4534 Ptr<IConfig> m_fullConfig; member
/dports/biology/vcflib/vcflib-1.0.2/intervaltree/
H A Dcatch.hpp4828 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4831 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4834 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
4838 Ptr<IConfig const> m_fullConfig; member
/dports/math/intervaltree/intervaltree-8fc4be91866237995e1105689d84bece619f4663/
H A Dcatch.hpp4828 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4831 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
4834 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
4838 Ptr<IConfig const> m_fullConfig; member
/dports/news/nzbget/nzbget-21.1/lib/catch/
H A Dcatch.h4534 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
4537 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {}
4540 Ptr<IConfig> fullConfig() const { return m_fullConfig; }
4544 Ptr<IConfig> m_fullConfig;

1234567