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