Home | History | Annotate | Download | only in nativehelper

Lines Matching full:isinstanceof

210     jboolean    (*IsInstanceOf)(JNIEnv*, jobject, jclass);
601 jboolean IsInstanceOf(jobject obj, jclass clazz)
602 { return functions->IsInstanceOf(this, obj, clazz); }