Searched refs:GetStringField (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 241 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()
|
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 | 396 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()
|
D | idl_gen_python.cpp | 278 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/ |
D | all_test.go | 2173 if !ok || ss.Msg.GetStringField() != "deep deep string" {
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2426 func (m *Strings) GetStringField() string { func
|