Searched refs:cfg_ (Results 1 – 2 of 2) sorted by relevance
46 return std::move(cfg_); in ParseFile()64 section_ = &cfg_.map_[std::string(section_name)]; in ParseLine()80 section_ = &cfg_.map_[""]; in ParseLine()
185 ConfigFile cfg_; variable