Home
last modified time | relevance | path

Searched defs:StateEntry (Results 1 – 1 of 1) 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;
46 VariablesViewState* state;
48 StateEntry(thread_id threadID, FunctionID* functionID) in StateEntry() function
79 struct VariablesViewStateHistory::StateEntryHashDefinition {