Searched defs:msg (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 289 static jstring CreateExceptionMsg(JNIEnv* env, const char* msg) { in CreateExceptionMsg() 309 #define THROW_EXCEPTION_WITH_MESSAGE(env, className, ctorSig, msg, ...) ({ \ argument 370 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 374 int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 348 [[maybe_unused]] static jstring CreateExceptionMsg(JNIEnv* env, const char* msg) { in CreateExceptionMsg() 410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 459 [[maybe_unused]] static int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 463 [[maybe_unused]] static int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 386 #define PARSE_FAILURE(msg) X_ASSERT(! #msg) argument 387 #define PARSE_ASSERT_MSG(cond, msg) X_ASSERT(#msg && (cond)) argument 390 #define PARSE_FAILURE(msg) return NullConstexprOptional{}; argument 391 #define PARSE_ASSERT_MSG(cond, msg) if (!(cond)) { PARSE_FAILURE(msg); } argument 396 constexpr void ParseFailure(const char* msg) { in ParseFailure()
|