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

/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile.hpp52 virtual void got_prop(const std::string&, const std::string &);
H A Datffile.cpp106 detail::atf_atffile_reader::got_prop( function in class:detail::atf_atffile_reader
168 ATF_PARSER_CALLBACK(p, got_prop(name, t.text()));
230 got_prop(const std::string& name, const std::string& val) function in class:reader
H A Datffile_test.cpp97 got_prop(const std::string& name, const std::string& val) function in class:atffile_reader
99 m_calls.push_back("got_prop(" + name + ", " + val + ")");
239 "got_prop(var1, value1)",
240 "got_prop(var2, value2)",
241 "got_prop(var3, value3)",
242 "got_prop(var4, value4)",
243 "got_prop(var5, value5)",
244 "got_prop(var6, value6)",
245 "got_prop(var7, This is a long value.)",
246 "got_prop(var
[all...]

Completed in 143 milliseconds