Home | History | Annotate | Download | only in include

Lines Matching defs:GetDoubleField

300     jdouble     (*GetDoubleField)(JNIEnv*, jobject, jfieldID);
711 jdouble GetDoubleField
712 { return functions->GetDoubleField(this, obj, fieldID); }