Searched refs:COMObject (Results 1 – 1 of 1) sorted by relevance
32 class COMObject : public IUnknown class35 COMObject() : ref_count_(0) in COMObject() function in COMObject39 ~COMObject() in ~COMObject()79 return sal::systools::COMReference<IUnknown>(new COMObject); in comObjectSource()85 COMObject* p = reinterpret_cast<COMObject*>(r.get()); in comObjectSink()94 COMObject* p = new COMObject; in comObjectSource2()115 COMObject* p = new COMObject; in test_ctor_manual_AddRef()118 …_ASSERT_MESSAGE("Wrong reference count 1 is expected", reinterpret_cast<COMObject*>(r.get())->GetR… in test_ctor_manual_AddRef()124 …_ASSERT_MESSAGE("Wrong reference count 1 is expected", reinterpret_cast<COMObject*>(r.get())->GetR… in test_copy_ctor()147 r = new COMObject; in test_pointer_to_ref_assignment()[all …]
Completed in 20 milliseconds