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

/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp38 struct StackFrameValues::ValueEntry : Key { struct in class:StackFrameValues
40 ValueEntry* next;
42 ValueEntry(ObjectID* variable, TypeComponentPath* path) function in struct:StackFrameValues::ValueEntry
50 ~ValueEntry()
60 typedef ValueEntry ValueType;
67 size_t Hash(const ValueEntry* value) const
72 bool Compare(const Key& key, const ValueEntry* value) const
77 ValueEntry*& GetLink(ValueEntry* value) const
102 ValueEntry* entr
[all...]
H A DExpressionValues.cpp45 struct ExpressionValues::ValueEntry : Key { struct in class:ExpressionValues
47 ValueEntry* next;
49 ValueEntry(FunctionID* function, ::Thread* thread, function in struct:ExpressionValues::ValueEntry
58 ~ValueEntry()
68 typedef ValueEntry ValueType;
75 size_t Hash(const ValueEntry* value) const
80 bool Compare(const Key& key, const ValueEntry* value) const
85 ValueEntry*& GetLink(ValueEntry* value) const
110 ValueEntry* entr
[all...]
/haiku/headers/private/debugger/model/
H A DExpressionValues.h51 struct ValueEntry;
H A DStackFrameValues.h43 struct ValueEntry;

Completed in 39 milliseconds