Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:GetIntField

312     jint        (*GetIntField)(JNIEnv*, jobject, jfieldID);
720 jint GetIntField(jobject obj, jfieldID fieldID)
721 { return functions->GetIntField(this, obj, fieldID); }