Searched refs:jniThrowNullPointerException (Results 1 – 6 of 6) sorted by relevance
66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
36 jniThrowNullPointerException(env, NULL); in ScopedStringChars()
37 jniThrowNullPointerException(env, nullptr); in ScopedUtfChars()
35 jniThrowNullPointerException(mEnv, NULL); in ScopedBytes()
49 jniThrowNullPointerException(mEnv, NULL); \106 jniThrowNullPointerException(mEnv, NULL); \
263 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function