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