Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h198 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
213 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
217 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h32 static inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h385 #define PARSE_FAILURE(msg) X_ASSERT(! #msg) argument
386 #define PARSE_ASSERT_MSG(cond, msg) X_ASSERT(#msg && (cond)) argument
389 #define PARSE_FAILURE(msg) return NullConstexprOptional{}; argument
390 #define PARSE_ASSERT_MSG(cond, msg) if (!(cond)) { PARSE_FAILURE(msg); } argument
395 constexpr void ParseFailure(const char* msg) { in ParseFailure()
/libnativehelper/
DJNIHelp.cpp199 MODULE_API int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
236 MODULE_API int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
240 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException()