Lines Matching defs:GetShortField
298 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID);705 jshort GetShortField(jobject obj, jfieldID fieldID)706 { return functions->GetShortField(this, obj, fieldID); }