| 1785 | functions->SetLongArrayRegion(this,array,start,len,buf); |
| 1786 | } |
| 1787 | void SetFloatArrayRegion(jfloatArray array, jsize start, jsize len, |
| 1788 | const jfloat *buf) { |
| 1789 | functions->SetFloatArrayRegion(this,array,start,len,buf); |
| 1790 | } |
| 1791 | void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, |
| 1792 | const jdouble *buf) { |
| 1793 | functions->SetDoubleArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected