Home | History | Annotate | Download | only in include

Lines Matching refs:GetShortField

312     jshort      (*GetShortField)(JNIEnv*, jobject, jfieldID);
725 jshort GetShortField(jobject obj, jfieldID fieldID)
726 { return functions->GetShortField(this, obj, fieldID); }