Searched refs:EnumerationValue (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/value/values/
H A DEnumerationValue.cpp7 #include "EnumerationValue.h"
12 EnumerationValue::EnumerationValue(EnumerationType* type, const BVariant& value) function in class:EnumerationValue
21 EnumerationValue::~EnumerationValue()
28 EnumerationValue::ToString(BString& _string) const
/haiku/headers/private/debugger/value/values/
H A DEnumerationValue.h15 class EnumerationValue : public IntegerValue { class in inherits:IntegerValue
17 EnumerationValue(EnumerationType* type,
19 virtual ~EnumerationValue();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellEnumerationEditor.cpp8 #include "EnumerationValue.h"
28 EnumerationValue* initialValue = dynamic_cast<EnumerationValue*>(
56 EnumerationValue* initialValue = dynamic_cast<EnumerationValue*>(
63 EnumerationValue* value = new(std::nothrow) EnumerationValue(type,
/haiku/src/kits/debugger/value/value_formatters/
H A DEnumerationValueFormatter.cpp8 #include "EnumerationValue.h"
29 EnumerationValue* value = dynamic_cast<EnumerationValue*>(_value);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp12 #include "EnumerationValue.h"
39 return dynamic_cast<EnumerationValue*>(value) != NULL ? 0.7f : 0;
47 EnumerationValue* value = dynamic_cast<EnumerationValue*>(_value);
72 EnumerationValue* value = dynamic_cast<EnumerationValue*>(_value);
107 EnumerationValue* value = dynamic_cast<EnumerationValue*>(_value);
133 EnumerationValue* value = dynamic_cast<EnumerationValue*>(_valu
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp11 #include "EnumerationValue.h"
91 Value* value = new(std::nothrow) EnumerationValue(fType, valueData);

Completed in 50 milliseconds