Home | History | Annotate | Download | only in include

Lines Matching defs:GetDoubleArrayElements

400     jdouble*    (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
897 { return functions->GetDoubleArrayElements(this, array, isCopy); }