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

/bind-9.11.3/unit/atf-src/tools/
H A Dreader.cpp72 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 Datffile.cpp58 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 Dparser.cpp220 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 Dtest-program.cpp87 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