Searched refs:ATF_PARSER_CALLBACK (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp257 ATF_PARSER_CALLBACK(p, got_tp_start(tpname, ntcs));
297 ATF_PARSER_CALLBACK(p, got_tp_end(&s3, reason));
321 ATF_PARSER_CALLBACK(p, got_tc_start(tcname));
336 ATF_PARSER_CALLBACK(p, got_tc_stdout_line(line));
339 ATF_PARSER_CALLBACK(p, got_tc_stderr_line(line));
370 ATF_PARSER_CALLBACK(p, got_tc_end("passed", &s3, ""));
387 ATF_PARSER_CALLBACK(p, got_tc_end(state, &s3, reason));
417 ATF_PARSER_CALLBACK(p, got_ntps(ntps));
435 ATF_PARSER_CALLBACK(p, got_eof());
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp152 ATF_PARSER_CALLBACK(p, got_conf(var, t.text()));
164 ATF_PARSER_CALLBACK(p, got_prop(name, t.text()));
169 ATF_PARSER_CALLBACK(p, got_tp(t.text(), false));
174 ATF_PARSER_CALLBACK(p, got_tp(t.text(), true));
193 ATF_PARSER_CALLBACK(p, got_eof());
H A Dconfig.cpp183 ATF_PARSER_CALLBACK(p, got_var(name, t.text()));
199 ATF_PARSER_CALLBACK(p, got_eof());
H A Dtest-program.cpp521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
532 ATF_PARSER_CALLBACK(p, got_eof());
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp569 #define ATF_PARSER_CALLBACK(parser, func) \ macro

Completed in 17 milliseconds