Home | History | Annotate | Download | only in jni-headers

Lines Matching defs:GetMethodID

271     jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);