MCPcopy Create free account
hub / github.com/AshampooSystems/boden / isNull

Method isNull

framework/foundation/platforms/android/src/java/Reference.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool Reference::isNull() const
41 {
42 return (_shared == nullptr || (Env::get().getJniEnv()->IsSameObject(_shared->getJObject(), nullptr) != 0u));
43 }
44
45 /** Returns true if this reference points to the same object as the
46 * other reference.*/

Callers 6

_getStringFromJavaMethod · 0.80
isNull_Method · 0.80
getPointerMethod · 0.80
viewCoreFromJavaViewRefFunction · 0.80

Calls 3

IsSameObjectMethod · 0.80
getJniEnvMethod · 0.80
getJObjectMethod · 0.45

Tested by

no test coverage detected