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

Method obj

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

Source from the content-addressed store, hash-verified

52template <typename T> class JavaRef : public JavaRef<jobject> {
53 public:
54 T obj() const { return static_cast<T>(JavaRef<jobject>::obj()); }
55
56 protected:
57 JavaRef() {}

Callers 15

BridgeRailingAndroidMethod · 0.45
PlayAnimationMethod · 0.45
SwapMethod · 0.45
GetTimezoneOffsetMethod · 0.45
FormatTimeMethod · 0.45
OnLoadMethod · 0.45
ExecuteMethod · 0.45
VectorToJFloatArrayFunction · 0.45
VectorToJIntArrayFunction · 0.45
ScopedJavaLocalRefMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected