Searched refs:GenStructBuilder (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lobster.cpp | 248 GenStructBuilder(struct_def, code_ptr); in GenStruct() 318 void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder() function in flatbuffers::lobster::LobsterGenerator
|
D | idl_gen_python.cpp | 579 GenStructBuilder(struct_def, code_ptr); in GenStruct() 653 void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder() function in flatbuffers::python::PythonGenerator
|
D | idl_gen_lua.cpp | 561 GenStructBuilder(struct_def, code_ptr); in GenStruct() 644 void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder() function in flatbuffers::lua::LuaGenerator
|
D | idl_gen_go.cpp | 687 GenStructBuilder(struct_def, code_ptr); in GenStruct() 780 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder() function in flatbuffers::go::GoGenerator
|
D | idl_gen_php.cpp | 804 GenStructBuilder(struct_def, code_ptr); in GenStruct() 917 static void GenStructBuilder(const StructDef &struct_def, in GenStructBuilder() function in flatbuffers::php::PhpGenerator
|