Searched defs:ctorSig (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 239 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException() 309 #define THROW_EXCEPTION_WITH_MESSAGE(env, className, ctorSig, msg, ...) ({ \ argument
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
|