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()
354 + temp.fPrimitive.ToUInt8()));
433 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8()
434 - temp.fPrimitive.ToUInt8()));
513 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8()
514 / temp.fPrimitive.ToUInt8()));
593 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8()
594 * temp.fPrimitive.ToUInt8()));
673 fPrimitive.SetTo((uint8)(fPrimitive.ToUInt8()
674 % temp.fPrimitive.ToUInt8()));
[all...]
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp121 value.Type() == B_INT8_TYPE ? value.ToUInt8() :
/haiku/headers/private/shared/
H A DVariant.h92 uint8 ToUInt8() const;
/haiku/src/kits/shared/
H A DVariant.cpp255 BVariant::ToUInt8() const function in class:BVariant
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp78 snprintf(buffer, bufferSize, "0x%02x", value.ToUInt8());

Completed in 57 milliseconds