Searched refs:StringValueFormatter (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/value/value_formatters/
H A DStringValueFormatter.h16 class StringValueFormatter : public ValueFormatter { class in inherits:ValueFormatter
18 StringValueFormatter();
19 virtual ~StringValueFormatter();
/haiku/src/kits/debugger/value/value_formatters/
H A DStringValueFormatter.cpp6 #include "StringValueFormatter.h"
15 StringValueFormatter::StringValueFormatter() function in class:StringValueFormatter
22 StringValueFormatter::~StringValueFormatter()
28 StringValueFormatter::FormatValue(Value* value, BString& _output)
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DStringValueHandler.cpp12 #include "StringValueFormatter.h"
47 ValueFormatter* formatter = new(std::nothrow) StringValueFormatter;

Completed in 117 milliseconds