Home | History | Annotate | Download | only in include

Lines Matching refs:SetDoubleField

325     void        (*SetDoubleField)(JNIEnv*, jobject, jfieldID, jdouble);
745 void SetDoubleField(jobject obj, jfieldID fieldID, jdouble value)
746 { functions->SetDoubleField(this, obj, fieldID, value); }