Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h226 inline bool is_null() const noexcept in is_null() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h445 bool is_null() const noexcept in CORE_BEGIN_NAMESPACE() function
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dvalue.rs217 pub fn is_null(&self) -> bool { in is_null() method