Searched refs:FormatValue (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/private/debugger/value/value_formatters/
H A DEnumerationValueFormatter.h17 virtual status_t FormatValue(Value* value, BString& _output);
H A DBoolValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
H A DStringValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
H A DFloatValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
H A DIntegerValueFormatter.h30 virtual status_t FormatValue(Value* value, BString& _output);
/haiku/src/kits/debugger/value/value_formatters/
H A DEnumerationValueFormatter.cpp25 EnumerationValueFormatter::FormatValue(Value* _value, BString& _output) function in class:EnumerationValueFormatter
40 return IntegerValueFormatter::FormatValue(_value, _output);
H A DBoolValueFormatter.cpp24 BoolValueFormatter::FormatValue(Value* _value, BString& _output) function in class:BoolValueFormatter
H A DStringValueFormatter.cpp28 StringValueFormatter::FormatValue(Value* value, BString& _output) function in class:StringValueFormatter
H A DFloatValueFormatter.cpp30 FloatValueFormatter::FormatValue(Value* _value, BString& _output) function in class:FloatValueFormatter
H A DIntegerValueFormatter.cpp44 IntegerValueFormatter::FormatValue(Value* _value, BString& _output) function in class:IntegerValueFormatter
54 if (!IntegerFormatter::FormatValue(value->GetValue(), format, buffer,
/haiku/headers/private/debugger/util/
H A DIntegerFormatter.h26 static bool FormatValue(const BVariant& value,
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFormattedValueRenderer.cpp44 if (fValueFormatter->FormatValue(value, output) != B_OK)
58 if (fValueFormatter->FormatValue(value, output) != B_OK)
H A DTableCellTextControlEditor.cpp68 if (GetValueFormatter()->FormatValue(InitialValue(), output) == B_OK)
/haiku/headers/private/debugger/value/
H A DValueFormatter.h23 virtual status_t FormatValue(Value* value, BString& _output)
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp94 IntegerFormatter::FormatValue(const BVariant& value, integer_format format, function in class:IntegerFormatter
/haiku/src/apps/diskprobe/
H A DProbeView.cpp137 void FormatValue(char* buffer, size_t bufferSize,
581 HeaderView::FormatValue(char* buffer, size_t bufferSize, off_t value) function in class:HeaderView
592 FormatValue(buffer, sizeof(buffer), fPosition / fBlockSize);
596 FormatValue(buffer, sizeof(buffer), fPosition);
606 FormatValue(buffer, sizeof(buffer), fPosition % fBlockSize);
610 FormatValue(buffer, sizeof(buffer), fPosition);
621 FormatValue(buffer, sizeof(buffer),
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1966 if (!IntegerFormatter::FormatValue(value, INTEGER_FORMAT_HEX_DEFAULT,

Completed in 61 milliseconds