Searched refs:got_var (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dconfig_file.hpp46 virtual void got_var(const std::string&, const std::string &);
H A Dconfig_file.cpp75 got_var(const std::string& var, const std::string& name) function in class:__anon334::config_reader
140 detail::atf_config_reader::got_var( function in class:detail::atf_config_reader
182 ATF_PARSER_CALLBACK(p, got_var(name, t.text()));
H A Dconfig_file_test.cpp60 got_var(const std::string& name, const std::string& val) function in class:config_reader
62 m_calls.push_back("got_var(" + name + ", " + val + ")");
153 "got_var(var1, value1)",
154 "got_var(var2, value2)",
155 "got_var(var3, value3)",
156 "got_var(var4, value4)",
157 "got_var(var5, value5)",
158 "got_var(var6, value6)",
159 "got_var(var7, This is a long value.)",
160 "got_var(var
[all...]

Completed in 11 milliseconds