| 1044 | return functions->CallDoubleMethodV(this,obj,methodID,args); |
| 1045 | } |
| 1046 | jdouble CallDoubleMethodA(jobject obj, jmethodID methodID, |
| 1047 | const jvalue * args) { |
| 1048 | return functions->CallDoubleMethodA(this,obj,methodID,args); |
| 1049 | } |
| 1050 | |
| 1051 | void CallVoidMethod(jobject obj, jmethodID methodID, ...) { |
| 1052 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected