Home
last modified time | relevance | path

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

/freebsd-src/contrib/kyua/utils/text/
H A Dtemplates.hpp103 void remove_variable(const std::string&);
H A Dtemplates.cpp354 _templates.remove_variable(loop.iterator); in handle_normal()
562 text::templates_def::remove_variable(const std::string& name) in remove_variable() function in text::templates_def
H A Dtemplates_test.cpp115 templates.remove_variable("the-name"); in ATF_TEST_CASE_BODY()