Searched refs:colon_type (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/unit/atf-src/tools/ |
H A D | reader.cpp | 72 static const tools::parser::token_type colon_type = 3; member in namespace:atf_tps 97 add_delim(':', colon_type); 218 (void)p.expect(colon_type, "`:'"); 240 t = p.expect(colon_type, "`:'"); 270 t = p.expect(colon_type, "`:'"); 311 t = p.expect(colon_type, "`:'"); 330 t = p.expect(colon_type, "`:'"); 347 t = p.expect(colon_type, "`:'"); 413 t = p.expect(colon_type, "`:'");
|
H A D | atffile.cpp | 58 static const tools::parser::token_type colon_type = 3; member in namespace:atf_atffile 73 add_delim(':', colon_type); 149 t = p.expect(colon_type, "`:'"); 161 t = p.expect(colon_type, "`:'"); 171 t = p.expect(colon_type, "`:'"); 176 t = p.expect(colon_type, "`:'");
|
H A D | parser.cpp | 220 static const impl::token_type colon_type = 3; member in namespace:header 232 add_delim(':', colon_type); 251 t = p.expect(colon_type, "`:'");
|
H A D | test-program.cpp | 87 static const tools::parser::token_type colon_type = 3; member in namespace:__anon341::atf_tp 96 add_delim(':', colon_type); 508 t = p.expect(colon_type, "`:'");
|
Completed in 2333 milliseconds