Searched refs:has_no_struct_fields (Results 1 – 3 of 3) sorted by relevance
806 bool has_no_struct_fields = true; in GenerateTableCreator() local814 has_no_struct_fields = false; in GenerateTableCreator()821 if (has_no_struct_fields && num_fields && num_fields < 127) { in GenerateTableCreator()
1029 bool has_no_struct_fields = true; in GenStruct() local1036 has_no_struct_fields = false; in GenStruct()1043 if (has_no_struct_fields && num_fields && num_fields < 127) { in GenStruct()
1078 bool has_no_struct_fields = true; in GenStruct() local1085 has_no_struct_fields = false; in GenStruct()1092 if ((has_no_struct_fields || opts.generate_object_based_api) && in GenStruct()