Home | History | Annotate | Download | only in include

Lines Matching defs:SetIntField

323     void        (*SetIntField)(JNIEnv*, jobject, jfieldID, jint);
748 void SetIntField(jobject obj, jfieldID fieldID, jint value)
749 { functions->SetIntField(this, obj, fieldID, value); }