Lines Matching defs:CallStaticVoidMethodV
359 void (*CallStaticVoidMethodV)(JNIEnv*, jclass, jmethodID, va_list);
793 functions->CallStaticVoidMethodV(this, clazz, methodID, args);
796 void CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args)
797 { functions->CallStaticVoidMethodV(this, clazz, methodID, args); }