Home
last modified time | relevance | path

Searched refs:has_no_struct_fields (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/src/
Didl_gen_kotlin.cpp806 bool has_no_struct_fields = true; in GenerateTableCreator() local
814 has_no_struct_fields = false; in GenerateTableCreator()
821 if (has_no_struct_fields && num_fields && num_fields < 127) { in GenerateTableCreator()
Didl_gen_java.cpp1029 bool has_no_struct_fields = true; in GenStruct() local
1036 has_no_struct_fields = false; in GenStruct()
1043 if (has_no_struct_fields && num_fields && num_fields < 127) { in GenStruct()
Didl_gen_csharp.cpp1078 bool has_no_struct_fields = true; in GenStruct() local
1085 has_no_struct_fields = false; in GenStruct()
1092 if ((has_no_struct_fields || opts.generate_object_based_api) && in GenStruct()