Home | History | Annotate | Download | only in include

Lines Matching defs:DeleteGlobalRef

182     void        (*DeleteGlobalRef)(JNIEnv*, jobject);
550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }