Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetDoubleArrayElements

402     jdouble*    (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
898 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
899 { return functions->GetDoubleArrayElements(this, array, isCopy); }