Searched refs:GetUnionField (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 268 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField() function in flatbuffers::lua::LuaGenerator 505 case BASE_TYPE_UNION: GetUnionField(struct_def, field, code_ptr); break; in GenStructAccessor()
|
D | idl_gen_python.cpp | 265 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField() function in flatbuffers::python::PythonGenerator 528 case BASE_TYPE_UNION: GetUnionField(struct_def, field, code_ptr); break; in GenStructAccessor()
|
D | idl_gen_go.cpp | 356 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField() function in flatbuffers::go::GoGenerator 583 case BASE_TYPE_UNION: GetUnionField(struct_def, field, code_ptr); break; in GenStructAccessor()
|
D | idl_gen_php.cpp | 313 void GetUnionField(const FieldDef &field, std::string *code_ptr) { in GetUnionField() function in flatbuffers::php::PhpGenerator 706 case BASE_TYPE_UNION: GetUnionField(field, code_ptr); break; in GenStructAccessor()
|