Searched refs:GetMethodID (Results 1 – 1 of 1) sorted by relevance
212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function606 { return functions->GetMethodID(this, clazz, name, sig); } in GetMethodID()