#include <scoped_java_ref.h>
Public Member Functions | |
| jobject | obj () const |
| bool | is_null () const |
Protected Member Functions | |
| JavaRef () | |
| JavaRef (JNIEnv *env, jobject obj) | |
| ~JavaRef () | |
| JNIEnv * | SetNewLocalRef (JNIEnv *env, jobject obj) |
| void | SetNewGlobalRef (JNIEnv *env, jobject obj) |
| void | ResetLocalRef (JNIEnv *env) |
| void | ResetGlobalRef () |
| jobject | ReleaseInternal () |
Definition at line 42 of file scoped_java_ref.h.
|
protected |
Definition at line 31 of file scoped_java_ref.cc.
|
protected |
Definition at line 33 of file scoped_java_ref.cc.
References FML_DCHECK, and fml::jni::JavaRef< T >::obj().
|
protecteddefault |
|
inline |
Definition at line 46 of file scoped_java_ref.h.
|
inline |
Definition at line 44 of file scoped_java_ref.h.
|
protected |
Definition at line 87 of file scoped_java_ref.cc.
|
protected |
Definition at line 80 of file scoped_java_ref.cc.
References fml::jni::AttachCurrentThread().
|
protected |
Definition at line 72 of file scoped_java_ref.cc.
References fml::jni::AttachCurrentThread(), and FML_DCHECK.
|
protected |
Definition at line 57 of file scoped_java_ref.cc.
References fml::jni::AttachCurrentThread(), and FML_DCHECK.
|
protected |
Definition at line 41 of file scoped_java_ref.cc.
References fml::jni::AttachCurrentThread(), and FML_DCHECK.