Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_session.cpp36 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
Dcatch_config.hpp65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
/external/catch2/single_include/catch2/
Dcatch.hpp5269 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
13096 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
/external/libabigail/tests/lib/
Dcatch.hpp5301 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
13239 … 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()