MCPcopy Create free account
hub / github.com/antvis/F2Native / ScopedJavaLocalRef

Method ScopedJavaLocalRef

core/android/JavaRef.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78template <typename T> class ScopedJavaLocalRef : public JavaRef<T> {
79 public:
80 ScopedJavaLocalRef() : env_(nullptr) {}
81
82 // Non-explicit copy constructor, to allow ScopedJavaLocalRef to be returned
83 // by value as this is the normal usage pattern.

Callers

nothing calls this directly

Calls 3

ResetMethod · 0.95
SetNewLocalRefMethod · 0.80
objMethod · 0.45

Tested by

no test coverage detected