19 static const cstring defaultHit;
20 static const cstring defaultHitConst;
23 static const cstring tcMayOverride;
24 static const cstring tc_md_write;
25 static const cstring tc_md_read;
26 static const cstring tc_md_exec;
27 static const cstring tc_ControlPath;
30 static const cstring tc_data_scalar;
31 static const cstring tc_init_val;
37 {PARSE_EMPTY(defaultHit), PARSE_EMPTY(defaultHitConst), PARSE_STRING_LITERAL(tcType),
38 PARSE_CONSTANT_OR_STRING_LITERAL(numMask), PARSE_EMPTY(tcMayOverride),
39 PARSE_STRING_LITERAL(tc_acl), PARSE_EMPTY(tc_md_write), PARSE_EMPTY(tc_md_read),
40 PARSE_EMPTY(tc_md_write), PARSE_EMPTY(tc_md_exec), PARSE_EMPTY(tc_ControlPath),
41 PARSE_EMPTY(tc_key), PARSE_EMPTY(tc_data), PARSE_EMPTY(tc_data_scalar),
42 PARSE_EMPTY(tc_init_val), PARSE_EMPTY(tc_numel)}) {}