Home | History | Annotate | Download | only in include

Lines Matching defs:GetDoubleField

316     jdouble     (*GetDoubleField)(JNIEnv*, jobject, jfieldID) __NDK_FPABI__;
735 jdouble GetDoubleField(jobject obj, jfieldID fieldID)
736 { return functions->GetDoubleField(this, obj, fieldID); }