Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp248 text::templates_def _templates; member in __anon5ef3b49e0111::templates_parser
346 _templates.get_variable(loop.iterator)); in handle_normal()
348 if (next_index < _templates.get_vector(loop.vector).size()) { in handle_normal()
349 _templates.add_variable(loop.iterator, F("%s") % next_index); in handle_normal()
354 _templates.remove_variable(loop.iterator); in handle_normal()
360 const std::string value = _templates.evaluate( in handle_normal()
375 if (_templates.get_vector(loop.vector).empty()) { in handle_normal()
379 _templates.add_variable(loop.iterator, "0"); in handle_normal()
473 out_line += _templates.evaluate(in_line.substr( in evaluate()
493 _templates(templates_), in templates_parser()