Searched defs:got_tp (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atffile.cpp | 109 detail::atf_atffile_reader::got_tp( function in class:detail::atf_atffile_reader 169 ATF_PARSER_CALLBACK(p, got_tp(t.text(), false)); 174 ATF_PARSER_CALLBACK(p, got_tp(t.text(), true)); 206 got_tp(const std::string& name, bool isglob) function in class:reader
|
H A D | atffile_test.cpp | 102 got_tp(const std::string& name, bool isglob) function in class:atffile_reader 104 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false") 285 "got_tp(foo, false)", 286 "got_tp(foo, false)", 287 "got_tp(foo, false)", 288 "got_tp(foo, false)", 289 "got_tp(foo, false)", 290 "got_tp(name with spaces, false)", 291 "got_tp(single-word, false)", 292 "got_tp(singl [all...] |
Completed in 11 milliseconds