Home
last modified time | relevance | path

Searched refs:GenStructBody (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/src/
Didl_gen_java.cpp448 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()
Didl_gen_kotlin.cpp410 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()
Didl_gen_csharp.cpp418 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()
Didl_gen_ts.cpp326 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()