Home
last modified time | relevance | path

Searched refs:variable_replacer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl++.h123 auto replacer = reinterpret_cast<variable_replacer *>(ud); in ucl_variable_replacer()
257 struct variable_replacer { struct
258 virtual ~variable_replacer() in ~variable_replacer() argument
547 static Ucl parse(const std::string &in, const variable_replacer &replacer,
555 static Ucl parse(const std::string &in, const variable_replacer &replacer,
563 …ucl_parser_set_variables_handler(parser, ucl_variable_replacer, &const_cast<variable_replacer &>(r…
627 static Ucl parse(const char *in, const variable_replacer &replacer,
638 static Ucl parse(const char *in, const variable_replacer &replacer,
669 …static Ucl parse_from_file(const std::string &filename, const variable_replacer &replacer, std::st… in parse_from_file()
673 &const_cast<variable_replacer &>(replacer)); in parse_from_file()