HomeSort by relevance Sort by last modified time
    Searched full:scoped_local_ref (Results 1 - 1 of 1) sorted by null

  /libnativehelper/
JNIHelp.cpp 30 class scoped_local_ref { class
32 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) function in class:scoped_local_ref
37 ~scoped_local_ref() {
57 scoped_local_ref(const scoped_local_ref&);
58 void operator=(const scoped_local_ref&);
73 scoped_local_ref<jclass> c(env, findClass(env, className));
96 scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail
97 scoped_local_ref<jclass> classClass(env,
101 scoped_local_ref<jstring> classNameStr(env
    [all...]

Completed in 694 milliseconds