Home | History | Annotate | Download | only in include

Lines Matching refs:GetDoubleField

315     jdouble     (*GetDoubleField)(JNIEnv*, jobject, jfieldID);
726 jdouble GetDoubleField(jobject obj, jfieldID fieldID)
727 { return functions->GetDoubleField(this, obj, fieldID); }