Searched refs:GetStringField (Results 1 – 4 of 4) sorted by relevance
| /third_party/flatbuffers/src/ |
| D | idl_gen_lua.cpp | 245 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::lua::LuaGenerator 506 GetStringField(struct_def, field, code_ptr); in GenStructAccessor()
|
| D | idl_gen_php.cpp | 296 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField() function in flatbuffers::php::PhpGenerator 692 case BASE_TYPE_STRING: GetStringField(field, code_ptr); break; in GenStructAccessor()
|
| D | idl_gen_go.cpp | 409 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::go::GoGenerator 641 GetStringField(struct_def, field, code_ptr); in GenStructAccessor()
|
| D | idl_gen_python.cpp | 285 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::python::PythonGenerator 715 GetStringField(struct_def, field, code_ptr); in GenStructAccessor()
|