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++.h124 auto replacer = reinterpret_cast<variable_replacer *>(ud); in ucl_variable_replacer()
251 struct variable_replacer { struct
252 virtual ~variable_replacer() {} in ~variable_replacer() argument
517 static Ucl parse (const std::string &in, const variable_replacer &replacer,
525 static Ucl parse (const std::string &in, const variable_replacer &replacer,
533 …ucl_parser_set_variables_handler (parser, ucl_variable_replacer, &const_cast<variable_replacer &>(…
597 static Ucl parse (const char *in, const variable_replacer &replacer,
608 static Ucl parse (const char *in, const variable_replacer &replacer,
639 …static Ucl parse_from_file (const std::string &filename, const variable_replacer &replacer, std::s… in parse_from_file()
643 &const_cast<variable_replacer &>(replacer)); in parse_from_file()