Searched refs:componentKind (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h29 type_component_kind componentKind; member in struct:TypeComponent
34 componentKind(TYPE_COMPONENT_UNDEFINED)
43 componentKind(other.componentKind),
51 return componentKind != TYPE_COMPONENT_UNDEFINED;
57 this->componentKind = TYPE_COMPONENT_BASE_TYPE;
66 this->componentKind = TYPE_COMPONENT_DATA_MEMBER;
74 this->componentKind = TYPE_COMPONENT_ARRAY_ELEMENT;
82 this->componentKind = TYPE_COMPONENT_ARRAY_ELEMENT;
99 componentKind
[all...]
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp25 return componentKind == TYPE_COMPONENT_ARRAY_ELEMENT
26 && other.componentKind == TYPE_COMPONENT_ARRAY_ELEMENT
34 uint32 hash = ((uint32)index << 8) | (componentKind << 4) | typeKind;
80 switch (componentKind) {
100 return componentKind == other.componentKind

Completed in 44 milliseconds