Home
last modified time | relevance | path

Searched refs:GetValueFromFormattedInput (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/debugger/value/
H A DValueFormatter.cpp31 ValueFormatter::GetValueFromFormattedInput(const BString& input, in GetValueFromFormattedInput() function in ValueFormatter
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFloatEditor.cpp48 return GetValueFormatter()->GetValueFromFormattedInput(Text(), in GetValueForInput()
H A DTableCellIntegerEditor.cpp48 return GetValueFormatter()->GetValueFromFormattedInput(Text(), in GetValueForInput()
/haiku/headers/private/debugger/value/
H A DValueFormatter.h35 virtual status_t GetValueFromFormattedInput(
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h32 virtual status_t GetValueFromFormattedInput(
H A DIntegerValueFormatter.h38 virtual status_t GetValueFromFormattedInput(
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp74 FloatValueFormatter::GetValueFromFormattedInput(const BString& input, in GetValueFromFormattedInput() function in FloatValueFormatter
H A DIntegerValueFormatter.cpp82 IntegerValueFormatter::GetValueFromFormattedInput(const BString& input, in GetValueFromFormattedInput() function in IntegerValueFormatter