Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_config.cpp25 for (auto& elem : m_data.sectionsToRun) { in Config()
52 … std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; } in getSectionsToRun()
Dcatch_config.hpp69 std::vector<std::string> sectionsToRun; member
Dcatch_commandline.cpp179 | Opt( config.sectionsToRun, "section name" ) in makeCommandLineParser()
/external/catch2/single_include/catch2/
Dcatch.hpp5273 std::vector<std::string> sectionsToRun; member
9819 | Opt( config.sectionsToRun, "section name" ) in makeCommandLineParser()
9918 for (auto& elem : m_data.sectionsToRun) { in Config()
9945 … std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; } in getSectionsToRun()
/external/libabigail/tests/lib/
Dcatch.hpp5305 std::vector<std::string> sectionsToRun; member
9877 | Opt( config.sectionsToRun, "section name" ) in makeCommandLineParser()
9976 for (auto& elem : m_data.sectionsToRun) { in Config()
10003 … std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; } in getSectionsToRun()