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