Searched refs:parse_from_file (Results 1 – 2 of 2) sorted by relevance
624 static Ucl parse_from_file (const std::string &filename, std::string &err) in parse_from_file() function626 return parse_from_file (filename, std::map<std::string, std::string>(), err); in parse_from_file()629 …static Ucl parse_from_file (const std::string &filename, const std::map<std::string, std::string> … in parse_from_file() function644 …static Ucl parse_from_file (const std::string &filename, const variable_replacer &replacer, std::s… in parse_from_file() function
1411 ucl::Ucl top = ucl::Ucl::parse_from_file(path, err); in uclparse_conf()