Searched refs:add_to_vector (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | templates_test.cpp | 134 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 D | templates.hpp | 105 void add_to_vector(const std::string&, const std::string&);
|
H A D | templates.cpp | 592 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 D | cmd_report_html.cpp | 139 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()
|