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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h483 static void addref(IUnknown *aIface) { if (aIface) aIface->AddRef(); } function in class:COMBase
631 this->addref((IUnknown*)ptr());
638 this->addref((IUnknown*)aIface);
691 this->addref((IUnknown*)aIface);
714 this->addref((IUnknown*)aIface);
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp620 addref();
625 addref();
650 void addref() function in class:RecordHolder
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp782 static void addref (C *p) { p->AddRef(); } function in class:ComStrongRef
812 ComPtrBase (const ComPtrBase &that) : p (that.p) { addref(); }
813 ComPtrBase (C *that_p) : p (that_p) { addref(); }
900 void addref() function in class:ComPtrBase
903 RefOps <C>::addref (p);
916 RefOps <C>::addref (that_p);

Completed in 77 milliseconds