Lines Matching refs:InfoEntry
134 struct VariablesViewState::InfoEntry : Key, VariablesViewNodeInfo { struct in VariablesViewState
135 InfoEntry* next;
137 InfoEntry(ObjectID* variable, TypeComponentPath* path) in InfoEntry() function
145 ~InfoEntry() in ~InfoEntry()
160 typedef InfoEntry ValueType;
167 size_t Hash(const InfoEntry* value) const in Hash()
172 bool Compare(const Key& key, const InfoEntry* value) const in Compare()
177 InfoEntry*& GetLink(InfoEntry* value) const in GetLink()
253 InfoEntry* entry = fNodeInfos->Lookup(Key(variable, path)); in SetNodeInfo()
255 entry = new(std::nothrow) InfoEntry(variable, path); in SetNodeInfo()
270 InfoEntry* entry = fNodeInfos->Clear(true); in _Cleanup()
273 InfoEntry* next = entry->next; in _Cleanup()