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