Home
last modified time | relevance | path

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

/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() function
5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument
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;