Home
last modified time | relevance | path

Searched defs:ReporterConfig (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp13 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig
16 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
Dcatch_interfaces_reporter.h36 struct ReporterConfig { struct
46 IConfigPtr m_fullConfig;
/external/testng/src/main/java/org/testng/
DReporterConfig.java19 public class ReporterConfig { class
/external/bcc/tests/cc/
Dcatch.hpp5044 struct ReporterConfig { struct
5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() argument
5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function
5051 std::ostream& stream() const { return *m_stream; } in stream()
5052 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
5055 std::ostream* m_stream;
5056 Ptr<IConfig const> m_fullConfig;
/external/catch2/single_include/catch2/
Dcatch.hpp5437 struct ReporterConfig { struct
5446 std::ostream* m_stream;
5447 IConfigPtr m_fullConfig;
10948 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig
10951 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
/external/libabigail/tests/lib/
Dcatch.hpp5470 struct ReporterConfig { struct
5479 std::ostream* m_stream;
5480 IConfigPtr m_fullConfig;
11010 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig
11013 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig