Searched refs:GenTableBuilders (Results 1 – 5 of 5) sorted by relevance
/third_party/flatbuffers/src/ |
D | idl_gen_lobster.cpp | 188 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::lobster::LobsterGenerator 271 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_lua.cpp | 531 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::lua::LuaGenerator 580 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 805 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_go.cpp | 732 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::go::GoGenerator 788 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|
D | idl_gen_python.cpp | 749 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() function in flatbuffers::python::PythonGenerator 826 GenTableBuilders(struct_def, code_ptr); in GenStruct()
|