Searched refs:ActionParser (Results 1 – 4 of 4) sorted by relevance
119 class ActionParser : public SectionParser {121 ActionParser(ActionManager* action_manager) in ActionParser() function
336 bool ActionParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, in ParseSection()353 bool ActionParser::ParseLineSection(std::vector<std::string>&& args, int line, std::string* err) { in ParseLineSection()357 void ActionParser::EndSection() { in EndSection()
64 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in TestInit()
1133 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in main()