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

Method Reset

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

Source from the content-addressed store, hash-verified

96 void operator=(const ScopedJavaLocalRef<T> &other) { this->Reset(other); }
97
98 void Reset() { this->ResetLocalRef(env_); }
99
100 template <typename U> void Reset(const ScopedJavaLocalRef<U> &other) {
101 // We can copy over env_ here as |other| instance must be from the same

Callers 4

ScopedJavaLocalRefMethod · 0.95
~ScopedJavaLocalRefMethod · 0.95
operator=Method · 0.95
~JavaF2FunctionMethod · 0.45

Calls 3

ResetLocalRefMethod · 0.80
SetNewLocalRefMethod · 0.80
objMethod · 0.45

Tested by

no test coverage detected