Home
last modified time | relevance | path

Searched defs:is_number (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_check_common.py34 def is_number(string:str) -> bool: member in BundleCheckTools
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h218 inline bool is_number() const noexcept in is_number() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h435 bool is_number() const noexcept in CORE_BEGIN_NAMESPACE() function
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dvalue.rs287 pub fn is_number(&self) -> bool { in is_number() method