Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp3565 std::vector<std::string> getReporterNames() const { return m_data.reporterNames; } in getReporterNames() function in Catch::Config
6211 std::vector<std::string> reporters = config->getReporterNames(); in makeReporter()