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

/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile.hpp51 virtual void got_conf(const std::string&, const std::string &);
H A Datffile.cpp99 detail::atf_atffile_reader::got_conf( function in class:detail::atf_atffile_reader
156 ATF_PARSER_CALLBACK(p, got_conf(var, t.text()));
236 got_conf(const std::string& var, const std::string& val) function in class:reader
H A Datffile_test.cpp91 got_conf(const std::string& name, const std::string& val) function in class:atffile_reader
93 m_calls.push_back("got_conf(" + name + ", " + val + ")");
197 "got_conf(var1, value1)",
198 "got_conf(var2, value2)",
199 "got_conf(var3, value3)",
200 "got_conf(var4, value4)",
201 "got_conf(var5, value5)",
202 "got_conf(var6, value6)",
203 "got_conf(var7, This is a long value.)",
204 "got_conf(var
[all...]

Completed in 182 milliseconds