Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_java.cpp452 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()
Didl_gen_kotlin.cpp375 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()
Didl_gen_js_ts.cpp570 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()
Didl_gen_csharp.cpp409 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()