Home
last modified time | relevance | path

Searched refs:ToInt32 (Results 1 – 9 of 9) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp374 fPrimitive.SetTo(fPrimitive.ToInt32() in operator +=()
375 + temp.fPrimitive.ToInt32()); in operator +=()
454 fPrimitive.SetTo(fPrimitive.ToInt32() in operator -=()
455 - temp.fPrimitive.ToInt32()); in operator -=()
534 fPrimitive.SetTo(fPrimitive.ToInt32() in operator /=()
535 / temp.fPrimitive.ToInt32()); in operator /=()
614 fPrimitive.SetTo(fPrimitive.ToInt32() in operator *=()
615 * temp.fPrimitive.ToInt32()); in operator *=()
694 fPrimitive.SetTo(fPrimitive.ToInt32() in operator %=()
695 % temp.fPrimitive.ToInt32()); in operator %=()
[all …]
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellEnumerationEditor.cpp38 status_t error = AddOption(value->Name(), value->Value().ToInt32()); in ConfigureOptions()
47 SelectOptionFor(integerValue.ToInt32()); in ConfigureOptions()
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp148 snprintf(buffer, sizeof(buffer), "%" B_PRId32, value.ToInt32()); in PrepareField()
157 return a.ToInt32() - b.ToInt32(); in CompareValues()
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp189 lowIndex = dimensionType->LowerBound().ToInt32(); in SupportedChildRange()
190 highIndex = dimensionType->UpperBound().ToInt32(); in SupportedChildRange()
H A DBListValueNode.cpp282 fItemCount = listSize.ToInt32(); in ResolvedLocationAndValue()
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp116 value.Type() == B_INT32_TYPE ? value.ToInt32() : in FormatValue()
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp211 fRequestedLength = resultVariant.ToInt32(); in MessageReceived()
/haiku/headers/private/shared/
H A DVariant.h95 int32 ToInt32() const;
/haiku/src/kits/shared/
H A DVariant.cpp276 BVariant::ToInt32() const in ToInt32() function in BVariant