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

Method GetShortArrayElements

JNI/jni/webshell/jni.h:1673–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671 return functions->GetCharArrayElements(this,array,isCopy);
1672 }
1673 jshort * GetShortArrayElements(jshortArray array, jboolean *isCopy) {
1674 return functions->GetShortArrayElements(this,array,isCopy);
1675 }
1676 jint * GetIntArrayElements(jintArray array, jboolean *isCopy) {
1677 return functions->GetIntArrayElements(this,array,isCopy);
1678 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected