Home | History | Annotate | Download | only in include

Lines Matching refs:SetShortField

322     void        (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);
746 void SetShortField(jobject obj, jfieldID fieldID, jshort value)
747 { functions->SetShortField(this, obj, fieldID, value); }