Home | History | Annotate | Download | only in include

Lines Matching refs:GetShortField

311     jshort      (*GetShortField)(JNIEnv*, jobject, jfieldID);
718 jshort GetShortField(jobject obj, jfieldID fieldID)
719 { return functions->GetShortField(this, obj, fieldID); }