Home
last modified time | relevance | path

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

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