Searched refs:GenStructBody (Results 1 – 4 of 4) sorted by relevance
| /third_party/flatbuffers/src/ |
| D | idl_gen_java.cpp | 448 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() function in flatbuffers::java::JavaGenerator 465 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 479 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 948 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
|
| D | idl_gen_kotlin.cpp | 410 static void GenStructBody(const StructDef &struct_def, CodeWriter &writer, in GenStructBody() function in flatbuffers::kotlin::KotlinGenerator 424 GenStructBody(*field.value.type.struct_def, writer, in GenStructBody() 1324 GenStructBody(struct_def, code, ""); in GenerateStaticConstructor()
|
| D | idl_gen_csharp.cpp | 418 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() function in flatbuffers::csharp::CSharpGenerator 435 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 449 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 965 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
|
| D | idl_gen_ts.cpp | 326 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody() function in flatbuffers::ts::TsGenerator 342 GenStructBody(*field.value.type.struct_def, body, in GenStructBody() 1350 GenStructBody(struct_def, &code, ""); in GenStruct()
|