Home
last modified time | relevance | path

Searched refs:signed_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h117 int64_t signed_; in CORE_BEGIN_NAMESPACE() member
142 value_t(Number value) noexcept : type { type::signed_int }, signed_(static_cast<int64_t>(value)) in CORE_BEGIN_NAMESPACE()
185 signed_ = other.signed_; in CORE_BEGIN_NAMESPACE()
221 signed_ = other.signed_; in CORE_BEGIN_NAMESPACE()
256 signed_ = rhs.signed_; in CORE_BEGIN_NAMESPACE()
292 signed_ = rhs.signed_; in CORE_BEGIN_NAMESPACE()
338 other.signed_ = signed_; in CORE_BEGIN_NAMESPACE()
467 return static_cast<T>(signed_); in CORE_BEGIN_NAMESPACE()
1004 out += BASE_NS::to_string(value.signed_); in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h137 out += BASE_NS::to_string(value.signed_); in to_formatted_string()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp128 return ISerNode::Ptr(new IntNode(value.signed_)); in Import()