Home | History | Annotate | Download | only in include

Lines Matching defs:SetLongArrayRegion

462     void        (*SetLongArrayRegion)(JNIEnv*, jlongArray,
979 void SetLongArrayRegion(jlongArray array, jsize start, jsize len,
981 { functions->SetLongArrayRegion(this, array, start, len, buf); }