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

/haiku/headers/private/debugger/value/values/
H A DEnumerationValue.h12 class EnumerationType;
17 EnumerationValue(EnumerationType* type,
21 EnumerationType* GetType() const
27 EnumerationType* fType;
/haiku/headers/private/debugger/value/value_nodes/
H A DEnumerationValueNode.h12 class EnumerationType;
18 EnumerationType* type);
29 EnumerationType* fType;
/haiku/src/kits/debugger/value/values/
H A DEnumerationValue.cpp12 EnumerationValue::EnumerationValue(EnumerationType* type, const BVariant& value)
/haiku/src/kits/debugger/model/
H A DType.cpp48 return dynamic_cast<EnumerationType*>(type)->CountValues();
207 // #pragma mark - EnumerationType
210 EnumerationType::~EnumerationType()
216 EnumerationType::Kind() const
223 EnumerationType::ValueFor(const BVariant& value) const
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellEnumerationEditor.cpp33 EnumerationType* type = initialValue->GetType();
58 EnumerationType* type = initialValue->GetType();
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp19 EnumerationType* type)
/haiku/headers/private/debugger/model/
H A DType.h238 class EnumerationType : public virtual Type { class in inherits:Type
240 virtual ~EnumerationType();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h446 class DwarfEnumerationType : public EnumerationType, public DwarfType {

Completed in 26 milliseconds