Home | History | Annotate | Download | only in include

Lines Matching defs:DeleteGlobalRef

197     void        (*DeleteGlobalRef)(JNIEnv*, jobject);
565 void DeleteGlobalRef(jobject globalRef)
566 { functions->DeleteGlobalRef(this, globalRef); }