Searched refs:GenStructArgs (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_java.cpp | 421 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs() function in flatbuffers::java::JavaGenerator 436 GenStructArgs(*field_type.struct_def, code_ptr, in GenStructArgs() 946 GenStructArgs(struct_def, code_ptr, ""); in GenStruct()
|
D | idl_gen_js_ts.cpp | 545 void GenStructArgs(const StructDef &struct_def, std::string *annotations, in GenStructArgs() function in flatbuffers::jsts::JsTsGenerator 554 GenStructArgs(*field.value.type.struct_def, annotations, arguments, in GenStructArgs() 1131 GenStructArgs(struct_def, &annotations, &arguments, ""); in GenStruct()
|
D | idl_gen_kotlin.cpp | 352 static void GenStructArgs(const StructDef &struct_def, CodeWriter &writer, in GenStructArgs() function in flatbuffers::kotlin::KotlinGenerator 362 GenStructArgs(*field.value.type.struct_def, writer, in GenStructArgs()
|
D | idl_gen_csharp.cpp | 375 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs() function in flatbuffers::csharp::CSharpGenerator 389 GenStructArgs(*field_type.struct_def, code_ptr, in GenStructArgs() 926 GenStructArgs(struct_def, code_ptr, ""); in GenStruct()
|