Searched refs:GenTableBuilders (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lobster.cpp | 174 void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders() function in flatbuffers::lobster::LobsterGenerator 251 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_lua.cpp | 514 void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders() function in flatbuffers::lua::LuaGenerator 565 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_python.cpp | 536 void GenTableBuilders(const StructDef &struct_def, in GenTableBuilders() function in flatbuffers::python::PythonGenerator 582 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_go.cpp | 637 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::go::GoGenerator 690 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_php.cpp | 717 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::php::PhpGenerator 807 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|