Searched refs:section_parsers_ (Results 1 – 2 of 2) sorted by relevance
40 section_parsers_[name] = std::move(parser); in AddSectionParser()69 if (section_parsers_.count(args[0])) { in ParseData()73 section_parser = section_parsers_[args[0]].get(); in ParseData()105 for (const auto& sp : section_parsers_) { in ParseConfigFile()
64 std::map<std::string, std::unique_ptr<SectionParser>> section_parsers_; variable