Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp44 struct VariablesViewStateHistory::StateEntry : Key, VariablesViewNodeInfo { struct in VariablesViewStateHistory
45 StateEntry* next; argument
48 StateEntry(thread_id threadID, FunctionID* functionID) in StateEntry() argument
56 ~StateEntry() in ~StateEntry()
81 typedef StateEntry ValueType;
88 size_t Hash(const StateEntry* value) const in Hash()
93 bool Compare(const Key& key, const StateEntry* value) const in Compare()
98 StateEntry*& GetLink(StateEntry* value) const in GetLink()
115 StateEntry* entry = fStates->Clear(true); in ~VariablesViewStateHistory()
118 StateEntry* next = entry->next; in ~VariablesViewStateHistory()
[all …]
H A DVariablesViewStateHistory.h33 struct StateEntry;