Home
last modified time | relevance | path

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

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