Searched refs:sectionsToRun (Results 1 – 1 of 1) sorted by relevance
5253 std::vector<std::string> sectionsToRun; member9775 | Opt( config.sectionsToRun, "section name" ) in makeCommandLineParser()9871 for (auto& elem : m_data.sectionsToRun) { in Config()9898 … std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; } in getSectionsToRun()