| 794 | return functions->FindClass(this, name); |
| 795 | } |
| 796 | jmethodID FromReflectedMethod(jobject method) { |
| 797 | return functions->FromReflectedMethod(this,method); |
| 798 | } |
| 799 | jfieldID FromReflectedField(jobject field) { |
| 800 | return functions->FromReflectedField(this,field); |
| 801 | } |
nothing calls this directly
no outgoing calls
no test coverage detected