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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp56 static const atf::parser::token_type hash_type = 5; member in namespace:__anon229::atf_config
65 add_delim('#', hash_type);
168 atf::parser::token t = p.expect(eof_type, hash_type, text_type,
174 if (t.type() == hash_type) {
185 t = p.expect(nl_type, hash_type, "new line or comment");
186 if (t.type() == hash_type) {
H A Datffile.cpp57 static const atf::parser::token_type hash_type = 7; member in namespace:atf_atffile
70 add_delim('#', hash_type);
137 p.expect(conf_type, hash_type, prop_type, tp_type,
153 } else if (t.type() == hash_type) {
180 t = p.expect(nl_type, hash_type, eof_type,
182 if (t.type() == hash_type) {

Completed in 10 milliseconds