Searched refs:ImportParser (Results 1 – 3 of 3) sorted by relevance
25 class ImportParser : public SectionParser {27 ImportParser() { in ImportParser() function
27 bool ImportParser::ParseSection(const std::vector<std::string>& args, in ParseSection()46 void ImportParser::EndFile(const std::string& filename) { in EndFile()
1088 parser.AddSectionParser("import", std::make_unique<ImportParser>()); in main()