Home | History | Annotate | Download | only in include

Lines Matching defs:SetIntField

322     void        (*SetIntField)(JNIEnv*, jobject, jfieldID, jint);
739 void SetIntField(jobject obj, jfieldID fieldID, jint value)
740 { functions->SetIntField(this, obj, fieldID, value); }