/haiku/src/kits/debugger/value/value_formatters/ |
H A D | EnumerationValueFormatter.cpp | 25 EnumerationValueFormatter::FormatValue(Value* _value, BString& _output) in FormatValue() function in EnumerationValueFormatter 40 return IntegerValueFormatter::FormatValue(_value, _output); in FormatValue()
|
H A D | BoolValueFormatter.cpp | 24 BoolValueFormatter::FormatValue(Value* _value, BString& _output) in FormatValue() function in BoolValueFormatter
|
H A D | StringValueFormatter.cpp | 28 StringValueFormatter::FormatValue(Value* value, BString& _output) in FormatValue() function in StringValueFormatter
|
H A D | IntegerValueFormatter.cpp | 44 IntegerValueFormatter::FormatValue(Value* _value, BString& _output) in FormatValue() function in IntegerValueFormatter 54 if (!IntegerFormatter::FormatValue(value->GetValue(), format, buffer, in FormatValue()
|
H A D | FloatValueFormatter.cpp | 30 FloatValueFormatter::FormatValue(Value* _value, BString& _output) in FormatValue() function in FloatValueFormatter
|
/haiku/src/apps/debugger/user_interface/gui/value/ |
H A D | TableCellFormattedValueRenderer.cpp | 44 if (fValueFormatter->FormatValue(value, output) != B_OK) in RenderValue() 58 if (fValueFormatter->FormatValue(value, output) != B_OK) in PreferredValueWidth()
|
H A D | TableCellTextControlEditor.cpp | 68 if (GetValueFormatter()->FormatValue(InitialValue(), output) == B_OK) in AttachedToWindow()
|
/haiku/headers/private/debugger/value/value_formatters/ |
H A D | EnumerationValueFormatter.h | 17 virtual status_t FormatValue(Value* value, BString& _output);
|
H A D | StringValueFormatter.h | 24 virtual status_t FormatValue(Value* value, BString& _output);
|
H A D | BoolValueFormatter.h | 24 virtual status_t FormatValue(Value* value, BString& _output);
|
H A D | FloatValueFormatter.h | 24 virtual status_t FormatValue(Value* value, BString& _output);
|
H A D | IntegerValueFormatter.h | 30 virtual status_t FormatValue(Value* value, BString& _output);
|
/haiku/headers/private/debugger/util/ |
H A D | IntegerFormatter.h | 26 static bool FormatValue(const BVariant& value,
|
/haiku/headers/private/debugger/value/ |
H A D | ValueFormatter.h | 23 virtual status_t FormatValue(Value* value, BString& _output)
|
/haiku/src/kits/debugger/util/ |
H A D | IntegerFormatter.cpp | 94 IntegerFormatter::FormatValue(const BVariant& value, integer_format format, in FormatValue() function in IntegerFormatter
|
/haiku/src/apps/diskprobe/ |
H A D | ProbeView.cpp | 137 void FormatValue(char* buffer, size_t bufferSize, 581 HeaderView::FormatValue(char* buffer, size_t bufferSize, off_t value) in FormatValue() function in HeaderView 592 FormatValue(buffer, sizeof(buffer), fPosition / fBlockSize); in UpdatePositionViews() 596 FormatValue(buffer, sizeof(buffer), fPosition); in UpdatePositionViews() 606 FormatValue(buffer, sizeof(buffer), fPosition % fBlockSize); in UpdateOffsetViews() 610 FormatValue(buffer, sizeof(buffer), fPosition); in UpdateOffsetViews() 621 FormatValue(buffer, sizeof(buffer), in UpdateFileSizeView()
|
/haiku/src/kits/debugger/source_language/c_family/ |
H A D | CLanguageExpressionEvaluator.cpp | 1966 if (!IntegerFormatter::FormatValue(value, INTEGER_FORMAT_HEX_DEFAULT, in _GetNodeChildForPrimitive()
|