Home | History | Annotate | Download | only in include

Lines Matching defs:GetMethodID

196     jmethodID   (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
590 { return functions->GetMethodID(this, clazz, name, sig); }