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

Method Reset

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

Source from the content-addressed store, hash-verified

139 ~ScopedJavaGlobalRef() { this->Reset(); }
140
141 void Reset() { this->ResetGlobalRef(); }
142
143 template <typename U> void Reset(const U &other) { this->Reset(nullptr, other.obj()); }
144

Callers 2

ScopedJavaGlobalRefMethod · 0.95
~ScopedJavaGlobalRefMethod · 0.95

Calls 3

ResetGlobalRefMethod · 0.80
SetNewGlobalRefMethod · 0.80
objMethod · 0.45

Tested by

no test coverage detected