MCPcopy Create free account
hub / github.com/Firebasky/Java / SetDoubleArrayRegion

Method SetDoubleArrayRegion

JNI/jni/webshell/jni.h:1791–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1789 functions->SetFloatArrayRegion(this,array,start,len,buf);
1790 }
1791 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
1792 const jdouble *buf) {
1793 functions->SetDoubleArrayRegion(this,array,start,len,buf);
1794 }
1795
1796 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods,
1797 jint nMethods) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected