Searched refs:InfoEntry (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h86 struct InfoEntry;
H A DVariablesViewState.cpp131 // #pragma mark - InfoEntry
134 struct VariablesViewState::InfoEntry : Key, VariablesViewNodeInfo { struct in class:VariablesViewState
135 InfoEntry* next;
137 InfoEntry(ObjectID* variable, TypeComponentPath* path) function in struct:VariablesViewState::InfoEntry
145 ~InfoEntry()
160 typedef InfoEntry ValueType;
167 size_t Hash(const InfoEntry* value) const
172 bool Compare(const Key& key, const InfoEntry* value) const
177 InfoEntry*& GetLink(InfoEntry* valu
[all...]
/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp40 struct StackFrameValueInfos::InfoEntry : Key { struct in class:StackFrameValueInfos
43 InfoEntry* next;
45 InfoEntry(ObjectID* variable, TypeComponentPath* path) function in struct:StackFrameValueInfos::InfoEntry
55 ~InfoEntry()
83 typedef InfoEntry ValueType;
90 size_t Hash(const InfoEntry* value) const
95 bool Compare(const Key& key, const InfoEntry* value) const
100 InfoEntry*& GetLink(InfoEntry* value) const
136 InfoEntry* entr
[all...]
/haiku/headers/private/debugger/model/
H A DStackFrameValueInfos.h47 struct InfoEntry;

Completed in 72 milliseconds