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

Method GetFloatArrayElements

JNI/jni/webshell/jni.h:1682–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680 return functions->GetLongArrayElements(this,array,isCopy);
1681 }
1682 jfloat * GetFloatArrayElements(jfloatArray array, jboolean *isCopy) {
1683 return functions->GetFloatArrayElements(this,array,isCopy);
1684 }
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) {
1686 return functions->GetDoubleArrayElements(this,array,isCopy);
1687 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected