Home | History | Annotate | Download | only in include

Lines Matching defs:GetMethodID

211     jmethodID   (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
604 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
605 { return functions->GetMethodID(this, clazz, name, sig); }