| 1376 | return result; |
| 1377 | } |
| 1378 | jboolean CallStaticBooleanMethodV(jclass clazz, |
| 1379 | jmethodID methodID, va_list args) { |
| 1380 | return functions->CallStaticBooleanMethodV(this,clazz,methodID,args); |
| 1381 | } |
| 1382 | jboolean CallStaticBooleanMethodA(jclass clazz, |
| 1383 | jmethodID methodID, const jvalue *args) { |
| 1384 | return functions->CallStaticBooleanMethodA(this,clazz,methodID,args); |
no outgoing calls
no test coverage detected