Home | History | Annotate | Download | only in include

Lines Matching refs:SetDoubleField

310     void        (*SetDoubleField)(JNIEnv*, jobject, jfieldID, jdouble);
730 void SetDoubleField(jobject obj, jfieldID fieldID, jdouble value)
731 { functions->SetDoubleField(this, obj, fieldID, value); }