Searched refs:unsigned_ (Results 1 – 6 of 6) sorted by relevance
118 uint64_t unsigned_; in CORE_BEGIN_NAMESPACE() member146 …value_t(Number value) noexcept : type { type::unsigned_int }, unsigned_(static_cast<uint64_t>(valu… in CORE_BEGIN_NAMESPACE()188 unsigned_ = other.unsigned_; in CORE_BEGIN_NAMESPACE()224 unsigned_ = other.unsigned_; in CORE_BEGIN_NAMESPACE()259 unsigned_ = rhs.unsigned_; in CORE_BEGIN_NAMESPACE()295 unsigned_ = rhs.unsigned_; in CORE_BEGIN_NAMESPACE()341 other.unsigned_ = unsigned_; in CORE_BEGIN_NAMESPACE()469 return static_cast<T>(unsigned_); in CORE_BEGIN_NAMESPACE()1008 out += BASE_NS::to_string(value.unsigned_); in CORE_BEGIN_NAMESPACE()
285 const auto entityReference = static_cast<uint32_t>(jsonIn.unsigned_); in EntityFromJson()324 const auto collectionIndex = collectionJson->unsigned_; in EntityFromJson()1076 GetPropertyValue<uint8_t>(offset) = static_cast<uint8_t>(jsonIn.unsigned_); in ReadProperty()1079 GetPropertyValue<uint16_t>(offset) = static_cast<uint16_t>(jsonIn.unsigned_); in ReadProperty()1082 GetPropertyValue<uint32_t>(offset) = static_cast<uint32_t>(jsonIn.unsigned_); in ReadProperty()1085 GetPropertyValue<uint64_t>(offset) = static_cast<uint64_t>(jsonIn.unsigned_); in ReadProperty()
141 out += BASE_NS::to_string(value.unsigned_); in to_formatted_string()
58 cpd.set = static_cast<uint32_t>(setProp->unsigned_); in UpdateCustomPropertyMetadata()61 cpd.binding = static_cast<uint32_t>(setProp->unsigned_); in UpdateCustomPropertyMetadata()136 set = static_cast<uint32_t>(dataObject.value.unsigned_); in UpdateBindingPropertyMetadata()139 binding = static_cast<uint32_t>(dataObject.value.unsigned_); in UpdateBindingPropertyMetadata()
39 "$root_out_dir/system/internal/unsigned_${invoker.hap_name}.hap"
130 return ISerNode::Ptr(new UIntNode(value.unsigned_)); in Import()