Searched refs:ObjectSubWindowKey (Results 1 – 3 of 3) sorted by relevance
24 ObjectSubWindowKey::ObjectSubWindowKey(void* object) in ObjectSubWindowKey() function in ObjectSubWindowKey32 ObjectSubWindowKey::Equals(const SubWindowKey* other) const in Equals()37 const ObjectSubWindowKey* key in Equals()38 = dynamic_cast<const ObjectSubWindowKey*>(other); in Equals()44 ObjectSubWindowKey::HashCode() const in HashCode()
25 class ObjectSubWindowKey : public SubWindowKey {27 ObjectSubWindowKey(void* object);
157 ObjectSubWindowKey* key = new(std::nothrow) ObjectSubWindowKey(thread); in OpenThreadWindow()162 ObjectDeleter<ObjectSubWindowKey> keyDeleter(key); in OpenThreadWindow()