Home
last modified time | relevance | path

Searched refs:ToUInt8 (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp353 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8() in operator +=()
354 + temp.fPrimitive.ToUInt8())); in operator +=()
433 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8() in operator -=()
434 - temp.fPrimitive.ToUInt8())); in operator -=()
513 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8() in operator /=()
514 / temp.fPrimitive.ToUInt8())); in operator /=()
593 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8() in operator *=()
594 * temp.fPrimitive.ToUInt8())); in operator *=()
673 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8() in operator %=()
674 % temp.fPrimitive.ToUInt8())); in operator %=()
[all …]
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp121 value.Type() == B_INT8_TYPE ? value.ToUInt8() : in FormatValue()
/haiku/headers/private/shared/
H A DVariant.h92 uint8 ToUInt8() const;
/haiku/src/kits/shared/
H A DVariant.cpp255 BVariant::ToUInt8() const in ToUInt8() function in BVariant
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp78 snprintf(buffer, bufferSize, "0x%02x", value.ToUInt8()); in VariantToString()