Searched refs:StateTable (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.h36 typedef BOpenHashTable<StateEntryHashDefinition> StateTable; typedef in class:VariablesViewStateHistory
39 StateTable* fStates;
H A DVariablesViewStateHistory.cpp131 fStates = new(std::nothrow) StateTable;

Completed in 121 milliseconds