Searched defs:got_prop (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp102 detail::atf_atffile_reader::got_prop( function in class:detail::atf_atffile_reader
164 ATF_PARSER_CALLBACK(p, got_prop(name, t.text()));
226 got_prop(const std::string& name, const std::string& val) function in class:reader
H A Datffile_test.cpp96 got_prop(const std::string& name, const std::string& val) function in class:atffile_reader
98 m_calls.push_back("got_prop(" + name + ", " + val + ")");
238 "got_prop(var1, value1)",
239 "got_prop(var2, value2)",
240 "got_prop(var3, value3)",
241 "got_prop(var4, value4)",
242 "got_prop(var5, value5)",
243 "got_prop(var6, value6)",
244 "got_prop(var7, This is a long value.)",
245 "got_prop(var
[all...]

Completed in 10 milliseconds