Searched refs:HostImportParser (Results 1 – 3 of 3) sorted by relevance
26 Result<Success> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection()35 Result<Success> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
27 class HostImportParser : public SectionParser {29 HostImportParser() {} in HostImportParser() function
147 parser.AddSectionParser("import", std::make_unique<HostImportParser>()); in main()