Home | History | Annotate | Download | only in include

Lines Matching refs:SetShortField

306     void        (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);
722 void SetShortField(jobject obj, jfieldID fieldID, jshort value)
723 { functions->SetShortField(this, obj, fieldID, value); }