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

/bind-9.11.3/unit/atf-src/tools/
H A Datffile.cpp63 static const tools::parser::token_type prop_type = 8; member in namespace:atf_atffile
78 add_keyword("prop", prop_type);
142 p.expect(conf_type, hash_type, prop_type, tp_type,
160 } else if (t.type() == prop_type) {

Completed in 11 milliseconds