Home
last modified time | relevance | path

Searched defs:reporterName (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_config.hpp60 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
Dcatch_session.cpp34 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
/external/catch2/single_include/catch2/
Dcatch.hpp4687 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
10862 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
/external/bcc/tests/cc/
Dcatch.hpp6200 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter()