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

/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile.hpp53 virtual void got_tp(const std::string&, bool);
H A Datffile.cpp113 detail::atf_atffile_reader::got_tp( function in class:detail::atf_atffile_reader
173 ATF_PARSER_CALLBACK(p, got_tp(t.text(), false));
178 ATF_PARSER_CALLBACK(p, got_tp(t.text(), true));
210 got_tp(const std::string& name, bool isglob) function in class:reader
H A Datffile_test.cpp103 got_tp(const std::string& name, bool isglob) function in class:atffile_reader
105 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false")
286 "got_tp(foo, false)",
287 "got_tp(foo, false)",
288 "got_tp(foo, false)",
289 "got_tp(foo, false)",
290 "got_tp(foo, false)",
291 "got_tp(name with spaces, false)",
292 "got_tp(single-word, false)",
293 "got_tp(singl
[all...]

Completed in 78 milliseconds