Searched refs:Unbox (Results 1 – 1 of 1) sorted by relevance
54 operator IntegerType() const { return Unbox(value_); } in IntegerType()58 value_ = Box(Unbox(value_) x Unbox(data.value_)); \62 value_ = Box(Unbox(value_) x Unbox(data.value_)); \92 static constexpr IntegerType Unbox(uint64_t value) { in Unbox() function114 operator EnumType() const { return Unbox(value_); } in EnumType()123 static constexpr EnumType Unbox(UnderlyingType value) { return static_cast<EnumType>(value); } in Unbox() function143 operator FloatingPointType() const { return Unbox(value_); } in FloatingPointType()160 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function188 operator FloatingPointType() const { return Unbox(value_); } in FloatingPointType()205 static constexpr FloatingPointType Unbox(uint64_t value) { in Unbox() function