Searched refs:_fullConfig (Results 1 – 1 of 1) sorted by relevance
5417 explicit ReporterConfig( IConfigPtr const& _fullConfig );5419 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );10900 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() argument10901 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()10903 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument10904 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()