Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:NewByteArray

387     jbyteArray    (*NewByteArray)(JNIEnv*, jsize);
869 jbyteArray NewByteArray(jsize length)
870 { return functions->NewByteArray(this, length); }