Searched refs:IntegerValueFormatter (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/debugger/value/value_formatters/
H A DEnumerationValueFormatter.h9 #include "IntegerValueFormatter.h"
12 class EnumerationValueFormatter : public IntegerValueFormatter {
H A DIntegerValueFormatter.h17 class IntegerValueFormatter : public ValueFormatter { class in inherits:ValueFormatter
22 IntegerValueFormatter(Config* config);
23 virtual ~IntegerValueFormatter();
61 class IntegerValueFormatter::Config : public BReferenceable {
/haiku/src/kits/debugger/value/value_formatters/
H A DIntegerValueFormatter.cpp6 #include "IntegerValueFormatter.h"
16 // #pragma mark - IntegerValueFormatter
19 IntegerValueFormatter::IntegerValueFormatter(Config* config) function in class:IntegerValueFormatter
29 IntegerValueFormatter::~IntegerValueFormatter()
37 IntegerValueFormatter::GetSettings() const
44 IntegerValueFormatter::FormatValue(Value* _value, BString& _output)
66 IntegerValueFormatter::SupportsValidation() const
73 IntegerValueFormatter
[all...]
H A DEnumerationValueFormatter.cpp14 IntegerValueFormatter(config)
40 return IntegerValueFormatter::FormatValue(_value, _output);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.h10 #include "IntegerValueFormatter.h"
15 class IntegerValueFormatter;
44 IntegerValueFormatter::Config* config,
48 IntegerValueFormatter::Config* config,
52 IntegerValueFormatter::Config*& _config);
H A DEnumerationValueHandler.h29 IntegerValueFormatter::Config* config,
36 IntegerValueFormatter::Config* config,
H A DEnumerationValueHandler.cpp51 IntegerValueFormatter::Config* config = NULL;
55 BReference<IntegerValueFormatter::Config> configReference(config, true);
76 IntegerValueFormatter::Config* config = NULL;
80 BReference<IntegerValueFormatter::Config> configReference(config, true);
117 IntegerValueFormatter::Config* config, ValueFormatter*& _formatter)
148 IntegerValueFormatter::Config* config,
H A DIntegerValueHandler.cpp65 : public IntegerValueFormatter::Config {
151 IntegerValueFormatter::Config* config = NULL;
156 BReference<IntegerValueFormatter::Config> configReference(config, true);
157 ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter(config);
174 IntegerValueFormatter::Config* config = NULL;
178 BReference<IntegerValueFormatter::Config> configReference(config, true);
193 IntegerValueFormatter::Config* config = NULL;
197 BReference<IntegerValueFormatter::Config> configReference(config, true);
278 IntegerValueFormatter::Config* config,
281 ValueFormatter* formatter = new(std::nothrow) IntegerValueFormatter(
[all...]

Completed in 176 milliseconds