Searched refs:ActionParser (Results 1 – 3 of 3) sorted by relevance
117 class ActionParser : public SectionParser {119 ActionParser() : action_(nullptr) { in ActionParser() function
401 bool ActionParser::ParseSection(const std::vector<std::string>& args, in ParseSection()418 bool ActionParser::ParseLineSection(const std::vector<std::string>& args, in ParseLineSection()424 void ActionParser::EndSection() { in EndSection()
692 parser.AddSectionParser("on", std::make_unique<ActionParser>()); in main()