Symbol: VariablesViewStateHistory
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
105
VariablesViewStateHistory::VariablesViewStateHistory()
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
112
VariablesViewStateHistory::~VariablesViewStateHistory()
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
129
VariablesViewStateHistory::Init()
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
140
VariablesViewStateHistory::GetState(thread_id threadID, FunctionID* functionID)
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
157
VariablesViewStateHistory::GetState(FunctionID* functionID) const
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
165
VariablesViewStateHistory::SetState(thread_id threadID, FunctionID* functionID,
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
18
struct VariablesViewStateHistory::Key {
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
44
struct VariablesViewStateHistory::StateEntry : Key, VariablesViewNodeInfo {
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
79
struct VariablesViewStateHistory::StateEntryHashDefinition {
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.h
16
class VariablesViewStateHistory {
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.h
18
VariablesViewStateHistory();
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.h
19
virtual ~VariablesViewStateHistory();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2584
fViewStateHistory = new VariablesViewStateHistory;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
151
VariablesViewStateHistory* fViewStateHistory;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
34
class VariablesViewStateHistory;