Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5417 explicit ReporterConfig( IConfigPtr const& _fullConfig );
5419 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
10900 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() argument
10901 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10903 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument
10904 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()