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