Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp93 text::templates_def templates; in ATF_TEST_CASE_BODY()
102 text::templates_def templates; in ATF_TEST_CASE_BODY()
112 text::templates_def templates; in ATF_TEST_CASE_BODY()
123 text::templates_def templates; in ATF_TEST_CASE_BODY()
132 text::templates_def templates; in ATF_TEST_CASE_BODY()
144 text::templates_def templates; in ATF_TEST_CASE_BODY()
165 text::templates_def templates; in ATF_TEST_CASE_BODY()
177 text::templates_def templates; in ATF_TEST_CASE_BODY()
189 text::templates_def templates; in ATF_TEST_CASE_BODY()
200 text::templates_def templates; in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.cpp248 text::templates_def _templates;
490 templates_parser(const text::templates_def& templates_, in templates_parser()
529 text::templates_def::templates_def(void) in templates_def() function in text::templates_def
545 text::templates_def::add_variable(const std::string& name, in add_variable()
578 text::templates_def::add_vector(const std::string& name) in add_vector()
592 text::templates_def::add_to_vector(const std::string& name, in add_to_vector()
610 text::templates_def::exists(const std::string& name) const in exists()
641 const text::templates_def::strings_vector&
662 text::templates_def::get_vector(const std::string& name, in get_vector()
735 text::instantiate(const templates_def& templates, in instantiate()
[all …]
H A Dtemplates.hpp77 class templates_def { class
100 templates_def(void);
115 void instantiate(const templates_def&, std::istream&, std::ostream&);
116 void instantiate(const templates_def&, const fs::path&, const fs::path&);
H A Dtemplates_fwd.hpp39 class templates_def;
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp131 add_map(text::templates_def& templates, const config::properties_map& props, in add_map()
167 text::templates_def _summary_templates;
175 static text::templates_def
178 text::templates_def templates; in common_templates()
251 generate(const text::templates_def& templates, in generate()
316 text::templates_def templates = common_templates(); in got_context()
349 text::templates_def templates = common_templates(); in got_result()
421 generate(text::templates_def(), "report.css", "report.css"); in write_summary()