Searched defs:Parse (Results 1 – 3 of 3) sorted by relevance
148 struct Parse struct150 std::reference_wrapper<const fs::path> filename;151 SectionMap map;152 KeyValuesMap* section;153 std::vector<std::string> warnings;154 size_t lineno;156 inline Parse(const fs::path& filename) : in Parse() function160 void pumpSection(std::string_view line) in pumpSection()191 void pumpKV(std::string_view line) in pumpKV()227 void pump(std::string_view line) in pump()
244 TEST(ConfigFileParserTests, Parse) in TEST() argument
88 TEST(ConfigFileParserTests, Parse) in TEST() argument