Searched defs:jniThrowRuntimeException (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/include/
H A DErrors.h74 static int jniThrowRuntimeException(JNIEnv* env, const char* msg) { function in class:conscrypt::Errors
276 int (*defaultThrow)(JNIEnv*, const char*) = jniThrowRuntimeException) {
274 throwExceptionIfNecessary( JNIEnv* env, CONSCRYPT_UNUSED const char* location, int (*defaultThrow)(JNIEnv*, const char*) = jniThrowRuntimeException) argument

Completed in 99 milliseconds