Searched refs:ImportParser (Results 1 – 5 of 5) sorted by relevance
26 Result<void> ImportParser::ParseSection(std::vector<std::string>&& args, in ParseSection()43 Result<void> ImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()47 void ImportParser::EndFile() { in EndFile()
28 class ImportParser : public SectionParser {30 ImportParser(Parser* parser) : parser_(parser) {} in ImportParser() function
54 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in TestInit()
237 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in ParseConfig()
289 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in CreateParser()