Home
last modified time | relevance | path

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

/thrift-3.4.0/test/crossrunner/
Dtest.py100 self._config = kwargs
104 srv_dict = self._fix_workdir(merge_dict(self._config, server))
105 cli_dict = self._fix_workdir(merge_dict(self._config, client))
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp6561 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext() argument
6562 : m_runInfo( _config->name() ), in RunContext()
6565 m_config( _config ), in RunContext()
9469 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
9470 : m_config( _config.fullConfig() ), in StreamingReporterBase()
9471 stream( _config.stream() ) in StreamingReporterBase()
9574 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
9575 : m_config( _config.fullConfig() ), in CumulativeReporterBase()
9576 stream( _config.stream() ) in CumulativeReporterBase()
9696 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase()
[all …]
/thrift-3.4.0/doc/
DReleaseManagement.md348 …s actually quite simple: check out the main branch and edit two lines in _config.yml, then commit.…