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

Method GetLongArrayElements

JNI/jni/jni.h:1679–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677 return functions->GetIntArrayElements(this,array,isCopy);
1678 }
1679 jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) {
1680 return functions->GetLongArrayElements(this,array,isCopy);
1681 }
1682 jfloat * GetFloatArrayElements(jfloatArray array, jboolean *isCopy) {
1683 return functions->GetFloatArrayElements(this,array,isCopy);
1684 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected