Searched refs:ConfigParser (Results 1 – 2 of 2) sorted by relevance
52 class ConfigParser { class62 explicit ConfigParser(std::string&& content) in ConfigParser() function in ConfigParser142 DISALLOW_IMPLICIT_CONSTRUCTORS(ConfigParser);195 ConfigParser cp(std::move(content)); in parse_config_file()205 if (result == ConfigParser::kError) { in parse_config_file()213 if (result == ConfigParser::kSection || result == ConfigParser::kEndOfFile) { in parse_config_file()217 if (result == ConfigParser::kPropertyAssign) { in parse_config_file()282 if (result == ConfigParser::kSection && name == section_name) { in parse_config_file()286 if (result == ConfigParser::kEndOfFile) { in parse_config_file()302 if (result == ConfigParser::kEndOfFile || result == ConfigParser::kSection) { in parse_config_file()[all …]
294 class ConfigParser: class309 m = ConfigParser.re_CONFIG_.match(line)