Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetDoubleField

302     jdouble     (*GetDoubleField)(JNIEnv*, jobject, jfieldID);
713 jdouble GetDoubleField(jobject obj, jfieldID fieldID)
714 { return functions->GetDoubleField(this, obj, fieldID); }