Home
last modified time | relevance | path

Searched refs:TYPE_COMPONENT_UNDEFINED (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h19 TYPE_COMPONENT_UNDEFINED, enumerator
34 componentKind(TYPE_COMPONENT_UNDEFINED) in TypeComponent()
51 return componentKind != TYPE_COMPONENT_UNDEFINED; in IsValid()
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp79 case TYPE_COMPONENT_UNDEFINED: in Dump()