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

/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp6 #include "BoolValueFormatter.h"
11 BoolValueFormatter::BoolValueFormatter() function in class:BoolValueFormatter
18 BoolValueFormatter::~BoolValueFormatter()
24 BoolValueFormatter::FormatValue(Value* _value, BString& _output)
/haiku/headers/private/debugger/value/value_formatters/
H A DBoolValueFormatter.h16 class BoolValueFormatter : public ValueFormatter { class in inherits:ValueFormatter
18 BoolValueFormatter();
19 virtual ~BoolValueFormatter();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp13 #include "BoolValueFormatter.h"
49 BoolValueFormatter* formatter = new(std::nothrow) BoolValueFormatter;

Completed in 45 milliseconds