Searched refs:ValidateFormattedValue (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/debugger/value/
H A DValueFormatter.cpp23 ValueFormatter::ValidateFormattedValue(const BString& input, type_code type) function in class:ValueFormatter
/haiku/headers/private/debugger/value/
H A DValueFormatter.h27 virtual bool ValidateFormattedValue(
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h28 virtual bool ValidateFormattedValue(
H A DIntegerValueFormatter.h34 virtual bool ValidateFormattedValue(
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellIntegerEditor.cpp36 return GetValueFormatter()->ValidateFormattedValue(Text(),
H A DTableCellFloatEditor.cpp36 return GetValueFormatter()->ValidateFormattedValue(Text(),
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp65 FloatValueFormatter::ValidateFormattedValue(const BString& input, function in class:FloatValueFormatter
H A DIntegerValueFormatter.cpp73 IntegerValueFormatter::ValidateFormattedValue(const BString& input, function in class:IntegerValueFormatter

Completed in 165 milliseconds