Home
last modified time | relevance | path

Searched refs:InfoEntry (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp40 struct StackFrameValueInfos::InfoEntry : Key { struct in StackFrameValueInfos
43 InfoEntry* next; argument
45 InfoEntry(ObjectID* variable, TypeComponentPath* path) in InfoEntry() argument
55 ~InfoEntry() in ~InfoEntry() argument
83 typedef InfoEntry ValueType;
90 size_t Hash(const InfoEntry* value) const in Hash()
95 bool Compare(const Key& key, const InfoEntry* value) const in Compare()
100 InfoEntry*& GetLink(InfoEntry* value) const in GetLink()
136 InfoEntry* entry = fValues->Lookup( in GetInfo()
167 InfoEntry* entry = fValues->Lookup(Key(variable, path)); in SetInfo()
[all …]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp134 struct VariablesViewState::InfoEntry : Key, VariablesViewNodeInfo { struct in VariablesViewState
135 InfoEntry* next;
137 InfoEntry(ObjectID* variable, TypeComponentPath* path) in InfoEntry() function
145 ~InfoEntry() in ~InfoEntry()
160 typedef InfoEntry ValueType;
167 size_t Hash(const InfoEntry* value) const in Hash()
172 bool Compare(const Key& key, const InfoEntry* value) const in Compare()
177 InfoEntry*& GetLink(InfoEntry* value) const in GetLink()
253 InfoEntry* entry = fNodeInfos->Lookup(Key(variable, path)); in SetNodeInfo()
255 entry = new(std::nothrow) InfoEntry(variable, path); in SetNodeInfo()
[all …]
H A DVariablesViewState.h86 struct InfoEntry;
/haiku/headers/private/debugger/model/
H A DStackFrameValueInfos.h47 struct InfoEntry;