Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp69 return _PerformValidation(input, type, value, false) == B_OK; in ValidateFormattedValue()
77 return _PerformValidation(input, type, _output, true); in GetValueFromFormattedInput()
82 FloatValueFormatter::_PerformValidation(const BString& input, type_code type, in _PerformValidation() function in FloatValueFormatter
H A DIntegerValueFormatter.cpp77 return _PerformValidation(input, type, value, false) == B_OK; in ValidateFormattedValue()
85 return _PerformValidation(input, type, _output, true); in GetValueFromFormattedInput()
90 IntegerValueFormatter::_PerformValidation(const BString& input, type_code type, in _PerformValidation() function in IntegerValueFormatter
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h37 status_t _PerformValidation(const BString& input,
H A DIntegerValueFormatter.h43 status_t _PerformValidation(const BString& input,