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;
77 return _PerformValidation(input, type, _output, true);
82 FloatValueFormatter::_PerformValidation(const BString& input, type_code type, function in class:FloatValueFormatter
H A DIntegerValueFormatter.cpp77 return _PerformValidation(input, type, value, false) == B_OK;
85 return _PerformValidation(input, type, _output, true);
90 IntegerValueFormatter::_PerformValidation(const BString& input, type_code type, function in class: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,

Completed in 44 milliseconds