Searched refs:StructBuilderBody (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/src/ |
D | idl_gen_lobster.cpp | 315 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody() function in flatbuffers::lobster::LobsterGenerator 326 StructBuilderBody(*field.value.type.struct_def, in StructBuilderBody() 343 StructBuilderBody(struct_def, "", code_ptr); in GenStructBuilder()
|
D | idl_gen_lua.cpp | 393 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody() function in flatbuffers::lua::LuaGenerator 406 StructBuilderBody(*field.value.type.struct_def, in StructBuilderBody() 664 StructBuilderBody(struct_def, "", code_ptr); in GenStructBuilder()
|
D | idl_gen_php.cpp | 465 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody() function in flatbuffers::php::PhpGenerator 479 StructBuilderBody(*field.value.type.struct_def, in StructBuilderBody() 926 StructBuilderBody(struct_def, "", code_ptr); in GenStructBuilder()
|
D | idl_gen_python.cpp | 500 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody() function in flatbuffers::python::PythonGenerator 518 StructBuilderBody(*field_type.struct_def, in StructBuilderBody() 530 StructBuilderBody( in StructBuilderBody() 1695 StructBuilderBody(struct_def, "", code_ptr); in GenStructBuilder()
|
D | idl_gen_dart.cpp | 646 StructBuilderBody(struct_def, non_deprecated_fields, code_ptr); in GenBuilder() 654 void StructBuilderBody( in StructBuilderBody() function in flatbuffers::dart::DartGenerator
|
D | idl_gen_go.cpp | 526 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody() function in flatbuffers::go::GoGenerator 537 StructBuilderBody(*field.value.type.struct_def, in StructBuilderBody() 1264 StructBuilderBody(struct_def, "", code_ptr); in GenStructBuilder()
|