Home
last modified time | relevance | path

Searched refs:GetStringField (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/src/
Didl_gen_lua.cpp245 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()
Didl_gen_php.cpp296 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()
Didl_gen_go.cpp409 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()
Didl_gen_python.cpp285 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()