Home | History | Annotate | Download | only in include

Lines Matching refs:IsSameObject

184     jboolean    (*IsSameObject)(JNIEnv*, jobject, jobject);
556 jboolean IsSameObject(jobject ref1, jobject ref2)
557 { return functions->IsSameObject(this, ref1, ref2); }