Searched refs:scoped_local_ref (Results 1 – 1 of 1) sorted by relevance
34 class scoped_local_ref { class36 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) in scoped_local_ref() function in scoped_local_ref41 ~scoped_local_ref() { in ~scoped_local_ref()61 scoped_local_ref(const scoped_local_ref&);62 void operator=(const scoped_local_ref&);77 scoped_local_ref<jclass> c(env, findClass(env, className)); in jniRegisterNativeMethods()102 … scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail in getExceptionSummary()103 scoped_local_ref<jclass> classClass(env, in getExceptionSummary()107 scoped_local_ref<jstring> classNameStr(env, in getExceptionSummary()126 scoped_local_ref<jstring> messageStr(env, in getExceptionSummary()[all …]