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

/bind-9.11.3/unit/atf-src/tools/
H A Datffile.cpp107 detail::atf_atffile_reader::got_prop( function in class:detail::atf_atffile_reader
169 ATF_PARSER_CALLBACK(p, got_prop(name, t.text()));
231 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 805 milliseconds