| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected