Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_lua.cpp241 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::lua::LuaGenerator
490 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.cpp396 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::go::GoGenerator
628 GetStringField(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_python.cpp278 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::python::PythonGenerator
601 GetStringField(struct_def, field, code_ptr); in GenStructAccessor()
/external/golang-protobuf/proto/
Dall_test.go2173 if !ok || ss.Msg.GetStringField() != "deep deep string" {
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2426 func (m *Strings) GetStringField() string { func