Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_java.cpp421 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()
Didl_gen_js_ts.cpp545 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()
Didl_gen_kotlin.cpp352 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()
Didl_gen_csharp.cpp375 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()