Searched refs:parse_from_file (Results 1 – 2 of 2) sorted by relevance
649 static Ucl parse_from_file(const std::string &filename, std::string &err) in parse_from_file() function651 return parse_from_file(filename, std::map<std::string, std::string>(), err); in parse_from_file()654 …static Ucl parse_from_file(const std::string &filename, const std::map<std::string, std::string> &… in parse_from_file() function669 …static Ucl parse_from_file(const std::string &filename, const variable_replacer &replacer, std::st… in parse_from_file() function
1411 ucl::Ucl top = ucl::Ucl::parse_from_file(path, err); in uclparse_conf()