Home | History | Annotate | Download | only in tests

Lines Matching refs:is_struct

1092     bool is_struct = definition < num_struct_definitions;
1095 ((is_struct ? "struct " : "table ") + definition_name + " {\n").c_str(),
1105 !is_struct && !is_last_field && (lcg_rand() % deprecation_rate == 0);
1115 if (is_struct) {
1122 if (is_struct) {