Searched defs:FileConfiguration (Results 1 – 2 of 2) sorted by relevance
30 explicit FileConfiguration(const std::string &path) : file_(path) {} in FileConfiguration() function
51 explicit FileConfiguration(const std::string &path) : file_path_(path), is_initialized_(false) {} in FileConfiguration() function