Searched refs:IntegerValueFormatter (Results 1 – 9 of 9) sorted by relevance
/haiku/src/kits/debugger/value/value_formatters/ |
H A D | IntegerValueFormatter.cpp | 19 IntegerValueFormatter::IntegerValueFormatter(Config* config) in IntegerValueFormatter() function in IntegerValueFormatter 29 IntegerValueFormatter::~IntegerValueFormatter() in ~IntegerValueFormatter() 37 IntegerValueFormatter::GetSettings() const in GetSettings() 44 IntegerValueFormatter::FormatValue(Value* _value, BString& _output) in FormatValue() 66 IntegerValueFormatter::SupportsValidation() const in SupportsValidation() 73 IntegerValueFormatter::ValidateFormattedValue(const BString& input, in ValidateFormattedValue() 82 IntegerValueFormatter::GetValueFromFormattedInput(const BString& input, in GetValueFromFormattedInput() 90 IntegerValueFormatter::_PerformValidation(const BString& input, type_code type, in _PerformValidation() 117 IntegerValueFormatter::_ValidateSigned(const BString& input, type_code type, in _ValidateSigned() 172 IntegerValueFormatter::_ValidateUnsigned(const BString& input, type_code type, in _ValidateUnsigned() [all …]
|
H A D | EnumerationValueFormatter.cpp | 14 IntegerValueFormatter(config) in EnumerationValueFormatter() 40 return IntegerValueFormatter::FormatValue(_value, _output); in FormatValue()
|
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/ |
H A D | IntegerValueHandler.cpp | 65 : public IntegerValueFormatter::Config { 151 IntegerValueFormatter::Config* config = NULL; in GetValueFormatter() 156 BReference<IntegerValueFormatter::Config> configReference(config, true); in GetValueFormatter() 157 ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter(config); in GetValueFormatter() 174 IntegerValueFormatter::Config* config = NULL; in GetTableCellValueRenderer() 178 BReference<IntegerValueFormatter::Config> configReference(config, true); in GetTableCellValueRenderer() 193 IntegerValueFormatter::Config* config = NULL; in GetTableCellValueEditor() 197 BReference<IntegerValueFormatter::Config> configReference(config, true); in GetTableCellValueEditor() 278 IntegerValueFormatter::Config* config, in CreateValueFormatter() 281 ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter( in CreateValueFormatter() [all …]
|
H A D | IntegerValueHandler.h | 15 class IntegerValueFormatter; variable 44 IntegerValueFormatter::Config* config, 48 IntegerValueFormatter::Config* config, 52 IntegerValueFormatter::Config*& _config);
|
H A D | EnumerationValueHandler.cpp | 51 IntegerValueFormatter::Config* config = NULL; in GetValueFormatter() 55 BReference<IntegerValueFormatter::Config> configReference(config, true); in GetValueFormatter() 76 IntegerValueFormatter::Config* config = NULL; in GetTableCellValueEditor() 80 BReference<IntegerValueFormatter::Config> configReference(config, true); in GetTableCellValueEditor() 117 IntegerValueFormatter::Config* config, ValueFormatter*& _formatter) in CreateValueFormatter() 148 IntegerValueFormatter::Config* config, in CreateTableCellValueRenderer()
|
H A D | EnumerationValueHandler.h | 29 IntegerValueFormatter::Config* config, 36 IntegerValueFormatter::Config* config,
|
/haiku/headers/private/debugger/value/value_formatters/ |
H A D | IntegerValueFormatter.h | 17 class IntegerValueFormatter : public ValueFormatter { 22 IntegerValueFormatter(Config* config); 23 virtual ~IntegerValueFormatter(); 61 class IntegerValueFormatter::Config : public BReferenceable {
|
H A D | EnumerationValueFormatter.h | 12 class EnumerationValueFormatter : public IntegerValueFormatter {
|
/haiku/src/kits/debugger/ |
H A D | Jamfile | 310 IntegerValueFormatter.cpp
|