Searched refs:GetStructFieldOfTable (Results 1 – 4 of 4) sorted by relevance
| /third_party/flatbuffers/src/ |
| D | idl_gen_lua.cpp | 221 void GetStructFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetStructFieldOfTable() function in flatbuffers::lua::LuaGenerator 502 GetStructFieldOfTable(struct_def, field, code_ptr); in GenStructAccessor()
|
| D | idl_gen_php.cpp | 273 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable() function in flatbuffers::php::PhpGenerator 689 GetStructFieldOfTable(field, code_ptr); in GenStructAccessor()
|
| D | idl_gen_go.cpp | 387 void GetStructFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetStructFieldOfTable() function in flatbuffers::go::GoGenerator 637 GetStructFieldOfTable(struct_def, field, code_ptr); in GenStructAccessor()
|
| D | idl_gen_python.cpp | 260 void GetStructFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetStructFieldOfTable() function in flatbuffers::python::PythonGenerator 711 GetStructFieldOfTable(struct_def, field, code_ptr); in GenStructAccessor()
|