Searched refs:GenStructBody (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_java.cpp | 452 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() function in flatbuffers::java::JavaGenerator 469 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 483 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 948 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
|
D | idl_gen_kotlin.cpp | 375 static void GenStructBody(const StructDef &struct_def, CodeWriter &writer, in GenStructBody() function in flatbuffers::kotlin::KotlinGenerator 389 GenStructBody(*field.value.type.struct_def, writer, in GenStructBody() 1250 GenStructBody(struct_def, code, ""); in GenerateStaticConstructor()
|
D | idl_gen_js_ts.cpp | 570 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody() function in flatbuffers::jsts::JsTsGenerator 586 GenStructBody(*field.value.type.struct_def, body, in GenStructBody() 1146 GenStructBody(struct_def, &code, ""); in GenStruct()
|
D | idl_gen_csharp.cpp | 409 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() function in flatbuffers::csharp::CSharpGenerator 426 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 440 GenStructBody(*field_type.struct_def, code_ptr, in GenStructBody() 928 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
|