Searched refs:TypeComponent (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h26 struct TypeComponent { struct
32 TypeComponent() function in struct:TypeComponent
39 TypeComponent(const TypeComponent& other) function in struct:TypeComponent
88 bool HasPrefix(const TypeComponent& other) const;
94 TypeComponent& operator=(const TypeComponent& other)
104 bool operator==(const TypeComponent& other) const;
106 bool operator!=(const TypeComponent& other) const
121 TypeComponent ComponentA
[all...]
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp16 // #pragma mark - TypeComponent
20 TypeComponent::HasPrefix(const TypeComponent& other) const
32 TypeComponent::HashValue() const
40 TypeComponent::Dump() const
98 TypeComponent::operator==(const TypeComponent& other) const
137 TypeComponent
140 TypeComponent* component = fComponents.ItemAt(index);
141 return component != NULL ? *component : TypeComponent();
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp317 TypeComponent component;

Completed in 46 milliseconds