Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc199 jstring GetStringField(JNIEnv* jni, jobject object, jfieldID id) { in GetStringField() function
/external/flatbuffers/src/
Didl_gen_php.cpp296 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField() function in flatbuffers::php::PhpGenerator
Didl_gen_python.cpp250 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::python::PythonGenerator
Didl_gen_lua.cpp253 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField() function in flatbuffers::lua::LuaGenerator
Didl_gen_go.cpp343 void GetStringField(const StructDef &struct_def, in GetStringField() function in flatbuffers::go::GoGenerator
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2426 func (m *Strings) GetStringField() string { func