Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseIntArrayElements

426     void        (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
944 void ReleaseIntArrayElements(jintArray array, jint* elems,
946 { functions->ReleaseIntArrayElements(this, array, elems, mode); }