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

/bind-9.11.3/unit/atf-src/tools/
H A Dreader.cpp84 static const tools::parser::token_type info_type = 16; member in namespace:atf_tps
109 add_keyword("info", info_type);
409 while ((t = p.expect(tps_count_type, info_type, "tps-count or info "
410 "field")).type() == info_type)
432 while ((t = p.expect(eof_type, info_type, "end of stream or info "
433 "field")).type() == info_type)

Completed in 881 milliseconds