Searched refs:integer_format (Results 1 – 10 of 10) sorted by relevance
/haiku/src/kits/debugger/util/ |
H A D | IntegerFormatter.cpp | 16 static integer_format 17 GetFormatForTypeAndFormat(type_code type, integer_format format, in GetFormatForTypeAndFormat() 20 integer_format result = format; in GetFormatForTypeAndFormat() 94 IntegerFormatter::FormatValue(const BVariant& value, integer_format format, in FormatValue()
|
/haiku/headers/private/debugger/util/ |
H A D | IntegerFormatter.h | 12 enum integer_format { enum 27 integer_format format, char* buffer,
|
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/ |
H A D | IntegerValueHandler.cpp | 31 FormatOption(const char* id, const char* name, integer_format format) in FormatOption() 49 integer_format Format() const in Format() 57 integer_format fFormat; 103 virtual integer_format IntegerFormat() const in IntegerFormat() 246 integer_format 343 const char* id, const char* name, integer_format format) in AddIntegerFormatOption() 376 integer_format defaultFormat = DefaultIntegerFormat(value); in _CreateTableCellSettingsDescription()
|
H A D | IntegerValueHandler.h | 39 virtual integer_format DefaultIntegerFormat(IntegerValue* value); 56 const char* name, integer_format format);
|
H A D | AddressValueHandler.cpp | 19 integer_format
|
H A D | AddressValueHandler.h | 17 virtual integer_format DefaultIntegerFormat(IntegerValue* value);
|
H A D | EnumerationValueHandler.h | 27 virtual integer_format DefaultIntegerFormat(IntegerValue* value);
|
H A D | EnumerationValueHandler.cpp | 104 integer_format
|
/haiku/headers/private/debugger/value/value_formatters/ |
H A D | IntegerValueFormatter.h | 54 integer_format format, 66 virtual integer_format IntegerFormat() const = 0;
|
/haiku/src/kits/debugger/value/value_formatters/ |
H A D | IntegerValueFormatter.cpp | 51 integer_format format = fConfig != NULL in FormatValue() 93 integer_format format; in _PerformValidation() 173 ::Value*& _output, integer_format format, bool wantsValue) const in _ValidateUnsigned()
|