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

Method GetDoubleArrayElements

JNI/jni/webshell/jni.h:1685–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683 return functions->GetFloatArrayElements(this,array,isCopy);
1684 }
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) {
1686 return functions->GetDoubleArrayElements(this,array,isCopy);
1687 }
1688
1689 void ReleaseBooleanArrayElements(jbooleanArray array,
1690 jboolean *elems,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected