Home | History | Annotate | Download | only in include

Lines Matching refs:GetObjectArrayElement

381     jobject     (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
859 jobject GetObjectArrayElement(jobjectArray array, jsize index)
860 { return functions->GetObjectArrayElement(this, array, index); }