Home | History | Annotate | Download | only in include

Lines Matching defs:UnregisterNatives

472     jint        (*UnregisterNatives)(JNIEnv*, jclass);
1011 jint UnregisterNatives(jclass clazz)
1012 { return functions->UnregisterNatives(this, clazz); }