Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp134 templates.add_to_vector("the-name", "foo"); in ATF_TEST_CASE_BODY()
147 templates.add_to_vector("the-name", "first"); in ATF_TEST_CASE_BODY()
149 templates.add_to_vector("the-name", "second"); in ATF_TEST_CASE_BODY()
151 templates.add_to_vector("the-name", "third"); in ATF_TEST_CASE_BODY()
213 templates.add_to_vector("bar", "baz"); in ATF_TEST_CASE_BODY()
255 templates.add_to_vector("v", "foo"); in ATF_TEST_CASE_BODY()
256 templates.add_to_vector("v", "bar"); in ATF_TEST_CASE_BODY()
257 templates.add_to_vector("v", "baz"); in ATF_TEST_CASE_BODY()
273 templates.add_to_vector("v", "foo"); in ATF_TEST_CASE_BODY()
285 templates.add_to_vector("v", "foo"); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.hpp105 void add_to_vector(const std::string&, const std::string&);
H A Dtemplates.cpp592 text::templates_def::add_to_vector(const std::string& name, in add_to_vector() function in text::templates_def
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp139 templates.add_to_vector(key_vector, (*iter).first); in add_map()
140 templates.add_to_vector(value_vector, (*iter).second); in add_map()
233 _summary_templates.add_to_vector( in add_to_summary()
236 _summary_templates.add_to_vector( in add_to_summary()