Searched defs:hash_type (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dconfig_file.cpp55 static const tools::parser::token_type hash_type = 5; member in namespace:__anon334::atf_config
64 add_delim('#', hash_type);
167 tools::parser::token t = p.expect(eof_type, hash_type, text_type,
173 if (t.type() == hash_type) {
184 t = p.expect(nl_type, hash_type, "new line or comment");
185 if (t.type() == hash_type) {
H A Datffile.cpp62 static const tools::parser::token_type hash_type = 7; member in namespace:atf_atffile
75 add_delim('#', hash_type);
142 p.expect(conf_type, hash_type, prop_type, tp_type,
158 } else if (t.type() == hash_type) {
185 t = p.expect(nl_type, hash_type, eof_type,
187 if (t.type() == hash_type) {

Completed in 9 milliseconds