Home
last modified time | relevance | path

Searched defs:ExpressionInfoEntryHashDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp162 struct VariablesView::ExpressionInfoEntryHashDefinition { struct in VariablesView
163 typedef FunctionKey KeyType;
164 typedef ExpressionInfoEntry ValueType;
166 size_t HashKey(const FunctionKey& key) const in HashKey()
171 size_t Hash(const ExpressionInfoEntry* value) const in Hash()
176 bool Compare(const FunctionKey& key, in Compare()
182 ExpressionInfoEntry*& GetLink(ExpressionInfoEntry* value) const in GetLink()