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

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dreader.cpp219 ATF_PARSER_CALLBACK(p, got_tp_start(tpname, ntcs));
252 ATF_PARSER_CALLBACK(p, got_tp_end(reason));
271 ATF_PARSER_CALLBACK(p, got_tc_start(tcname));
286 ATF_PARSER_CALLBACK(p, got_tc_stdout_line(line));
289 ATF_PARSER_CALLBACK(p, got_tc_stderr_line(line));
313 ATF_PARSER_CALLBACK(p, got_tc_end("passed", ""));
330 ATF_PARSER_CALLBACK(p, got_tc_end(state, reason));
360 ATF_PARSER_CALLBACK(p, got_ntps(ntps));
378 ATF_PARSER_CALLBACK(p, got_eof());
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Datffile.cpp146 ATF_PARSER_CALLBACK(p, got_conf(var, t.text()));
158 ATF_PARSER_CALLBACK(p, got_prop(name, t.text()));
163 ATF_PARSER_CALLBACK(p, got_tp(t.text(), false));
168 ATF_PARSER_CALLBACK(p, got_tp(t.text(), true));
187 ATF_PARSER_CALLBACK(p, got_eof());
H A Dconfig.cpp180 ATF_PARSER_CALLBACK(p, got_var(name, t.text()));
196 ATF_PARSER_CALLBACK(p, got_eof());
H A Dtest-program.cpp475 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
486 ATF_PARSER_CALLBACK(p, got_eof());
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.hpp569 #define ATF_PARSER_CALLBACK(parser, func) \ macro

Completed in 104 milliseconds