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

Method GetDoubleArrayRegion

JNI/jni/webshell/jni.h:1758–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756 functions->GetFloatArrayRegion(this,array,start,len,buf);
1757 }
1758 void GetDoubleArrayRegion(jdoubleArray array,
1759 jsize start, jsize len, jdouble *buf) {
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf);
1761 }
1762
1763 void SetBooleanArrayRegion(jbooleanArray array, jsize start, jsize len,
1764 const jboolean *buf) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected