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

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp169 StateEntry* defaultEntry = fStates->Lookup(Key(-1, functionID)); local
172 if (defaultEntry == NULL) {
173 defaultEntry = new(std::nothrow) StateEntry(-1, functionID);
174 if (defaultEntry == NULL)
176 fStates->Insert(defaultEntry);
190 fStates->Remove(defaultEntry);
191 delete defaultEntry;
199 defaultEntry->SetState(state);

Completed in 29 milliseconds