FormatValue
static bool FormatValue(const BVariant& value,
virtual status_t FormatValue(Value* value, BString& _output)
virtual status_t FormatValue(Value* value, BString& _output);
virtual status_t FormatValue(Value* value, BString& _output);
virtual status_t FormatValue(Value* value, BString& _output);
virtual status_t FormatValue(Value* value, BString& _output);
virtual status_t FormatValue(Value* value, BString& _output);
if (fValueFormatter->FormatValue(value, output) != B_OK)
if (fValueFormatter->FormatValue(value, output) != B_OK)
if (GetValueFormatter()->FormatValue(InitialValue(), output) == B_OK)
void FormatValue(char* buffer, size_t bufferSize,
FormatValue(buffer, sizeof(buffer), fPosition / fBlockSize);
FormatValue(buffer, sizeof(buffer), fPosition);
FormatValue(buffer, sizeof(buffer), fPosition % fBlockSize);
FormatValue(buffer, sizeof(buffer), fPosition);
FormatValue(buffer, sizeof(buffer),
if (!IntegerFormatter::FormatValue(value, INTEGER_FORMAT_HEX_DEFAULT,
return IntegerValueFormatter::FormatValue(_value, _output);
if (!IntegerFormatter::FormatValue(value->GetValue(), format, buffer,