Searched refs:signed_ (Results 1 – 3 of 3) sorted by relevance
117 int64_t signed_; in CORE_BEGIN_NAMESPACE() member142 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()
137 out += BASE_NS::to_string(value.signed_); in to_formatted_string()
128 return ISerNode::Ptr(new IntNode(value.signed_)); in Import()