Home
last modified time | relevance | path

Searched refs:ToInt8 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp346 fPrimitive.SetTo((int8)(fPrimitive.ToInt8() in operator +=()
347 + temp.fPrimitive.ToInt8())); in operator +=()
426 fPrimitive.SetTo((int8)(fPrimitive.ToInt8() in operator -=()
427 - temp.fPrimitive.ToInt8())); in operator -=()
506 fPrimitive.SetTo((int8)(fPrimitive.ToInt8() in operator /=()
507 / temp.fPrimitive.ToInt8())); in operator /=()
586 fPrimitive.SetTo((int8)(fPrimitive.ToInt8() in operator *=()
587 * temp.fPrimitive.ToInt8())); in operator *=()
666 fPrimitive.SetTo((int8)(fPrimitive.ToInt8() in operator %=()
667 % temp.fPrimitive.ToInt8())); in operator %=()
[all …]
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp114 value.Type() == B_INT8_TYPE ? value.ToInt8() : in FormatValue()
/haiku/headers/private/shared/
H A DVariant.h91 int8 ToInt8() const;
/haiku/src/kits/shared/
H A DVariant.cpp248 BVariant::ToInt8() const in ToInt8() function in BVariant