Searched defs:unk2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc41 ScopedComPtr<IUnknown> unk2; local
42 unk2.Attach(unk.Detach());
44 EXPECT_TRUE(unk2 != NULL);
58 EXPECT_FALSE(copy1.IsSameObject(unk2)); // unk2 is valid but different
66 EXPECT_FALSE(copy1.IsSameObject(unk2)); // unk2 is valid, copy1 is not

Completed in 63 milliseconds