Searched refs:got_conf (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atffile.hpp | 53 virtual void got_conf(const std::string&, const std::string &);
|
H A D | atffile.cpp | 95 detail::atf_atffile_reader::got_conf( function in class:detail::atf_atffile_reader 152 ATF_PARSER_CALLBACK(p, got_conf(var, t.text())); 232 got_conf(const std::string& var, const std::string& val) function in class:reader
|
H A D | atffile_test.cpp | 90 got_conf(const std::string& name, const std::string& val) function in class:atffile_reader 92 m_calls.push_back("got_conf(" + name + ", " + val + ")"); 196 "got_conf(var1, value1)", 197 "got_conf(var2, value2)", 198 "got_conf(var3, value3)", 199 "got_conf(var4, value4)", 200 "got_conf(var5, value5)", 201 "got_conf(var6, value6)", 202 "got_conf(var7, This is a long value.)", 203 "got_conf(var [all...] |
Completed in 11 milliseconds