Searched defs:ImageInfoPendingThreadHashDefinition (Results 1 – 1 of 1) sorted by relevance
186 struct TeamDebugger::ImageInfoPendingThreadHashDefinition { struct in TeamDebugger187 typedef image_id KeyType;188 typedef ImageInfoPendingThread ValueType;190 size_t HashKey(image_id key) const in HashKey()195 size_t Hash(const ImageInfoPendingThread* value) const in Hash()200 bool Compare(image_id key, const ImageInfoPendingThread* value) const in Compare()205 ImageInfoPendingThread*& GetLink(ImageInfoPendingThread* value) const in GetLink()