Home | History | Annotate | Download | only in include

Lines Matching refs:SetShortField

321     void        (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);
737 void SetShortField(jobject obj, jfieldID fieldID, jshort value)
738 { functions->SetShortField(this, obj, fieldID, value); }