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

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

Completed in 61 milliseconds