Home
last modified time | relevance | path

Searched refs:throwIfNull (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc75 static SSL_CTX* to_SSL_CTX(JNIEnv* env, jlong ssl_ctx_address, bool throwIfNull) { in to_SSL_CTX() argument
77 if ((ssl_ctx == nullptr) && throwIfNull) { in to_SSL_CTX()
84 static SSL* to_SSL(JNIEnv* env, jlong ssl_address, bool throwIfNull) { in to_SSL() argument
86 if ((ssl == nullptr) && throwIfNull) { in to_SSL()
93 static BIO* to_SSL_BIO(JNIEnv* env, jlong bio_address, bool throwIfNull) { in to_SSL_BIO() argument
95 if ((bio == nullptr) && throwIfNull) { in to_SSL_BIO()
102 static SSL_SESSION* to_SSL_SESSION(JNIEnv* env, jlong ssl_session_address, bool throwIfNull) { in to_SSL_SESSION() argument
105 if ((ssl_session == nullptr) && throwIfNull) { in to_SSL_SESSION()
112 static SSL_CIPHER* to_SSL_CIPHER(JNIEnv* env, jlong ssl_cipher_address, bool throwIfNull) { in to_SSL_CIPHER() argument
115 if ((ssl_cipher == nullptr) && throwIfNull) { in to_SSL_CIPHER()
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...