Searched refs:throwIfNull (Results 1 - 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp51 * If this function returns nullptr and <code>throwIfNull</code> is
59 * @param throwIfNull whether to throw if the SSL pointer is nullptr
62 static SSL_CTX* to_SSL_CTX(JNIEnv* env, jlong ssl_ctx_address, bool throwIfNull) { argument
64 if ((ssl_ctx == nullptr) && throwIfNull) {
71 static SSL* to_SSL(JNIEnv* env, jlong ssl_address, bool throwIfNull) { argument
73 if ((ssl == nullptr) && throwIfNull) {
80 static BIO* to_SSL_BIO(JNIEnv* env, jlong bio_address, bool throwIfNull) { argument
82 if ((bio == nullptr) && throwIfNull) {
89 static SSL_SESSION* to_SSL_SESSION(JNIEnv* env, jlong ssl_session_address, bool throwIfNull) { argument
92 if ((ssl_session == nullptr) && throwIfNull) {
99 to_SSL_CIPHER(JNIEnv* env, jlong ssl_cipher_address, bool throwIfNull) argument
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 63 milliseconds