Searched defs:GetStringField (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/talk/app/webrtc/java/jni/ | ||
D | jni_helpers.cc | 199 jstring GetStringField(JNIEnv* jni, jobject object, jfieldID id) { in GetStringField() function |
/external/flatbuffers/src/ | ||
D | idl_gen_php.cpp | 296 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField() function in flatbuffers::php::PhpGenerator |
D | idl_gen_python.cpp | 250 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::python::PythonGenerator |
D | idl_gen_lua.cpp | 253 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::lua::LuaGenerator |
D | idl_gen_go.cpp | 343 void GetStringField(const StructDef &struct_def, in GetStringField() function in flatbuffers::go::GoGenerator |
/external/golang-protobuf/proto/test_proto/ | ||
D | test.pb.go | 2426 func (m *Strings) GetStringField() string { func |