Searched refs:ValueTable (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/debugger/model/
H A DStackFrameValueInfos.h50 typedef BOpenHashTable<InfoEntryHashDefinition> ValueTable; typedef in class:StackFrameValueInfos
58 ValueTable* fValues;
H A DStackFrameValues.h46 typedef BOpenHashTable<ValueEntryHashDefinition> ValueTable; typedef in class:StackFrameValues
54 ValueTable* fValues;
H A DStackFrameValues.cpp101 for (ValueTable::Iterator it = other.fValues->GetIterator();
122 fValues = new(std::nothrow) ValueTable;
H A DStackFrameValueInfos.cpp123 fValues = new(std::nothrow) ValueTable;

Completed in 86 milliseconds