Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetBooleanField

295     jboolean    (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
699 jboolean GetBooleanField(jobject obj, jfieldID fieldID)
700 { return functions->GetBooleanField(this, obj, fieldID); }