Searched refs:add_keyword (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dreader.cpp99 add_keyword("tps-count", tps_count_type);
100 add_keyword("tp-start", tp_start_type);
101 add_keyword("tp-end", tp_end_type);
102 add_keyword("tc-start", tc_start_type);
103 add_keyword("tc-so", tc_so_type);
104 add_keyword("tc-se", tc_se_type);
105 add_keyword("tc-end", tc_end_type);
106 add_keyword("passed", passed_type);
107 add_keyword("failed", failed_type);
108 add_keyword("skippe
[all...]
H A Datffile.cpp77 add_keyword("conf", conf_type);
78 add_keyword("prop", prop_type);
79 add_keyword("tp", tp_type);
80 add_keyword("tp-glob", tp_glob_type);
H A Dparser.hpp160 void add_keyword(const std::string&, const token_type&);
202 tokenizer< IS >::add_keyword(const std::string& keyword, function in class:tools::parser::tokenizer
H A Dparser_test.cpp183 add_keyword("var", var_type);
184 add_keyword("loop", loop_type);
185 add_keyword("endloop", endloop_type);

Completed in 34 milliseconds