Searched defs:AddRef (Results 1 - 25 of 70) sorted by relevance

123

/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dservprov.h52 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IServiceProviderVtbl
74 #define IServiceProvider_AddRef(This) (This)->lpVtbl->AddRef(This)
H A Dunknwn.h47 virtual ULONG STDMETHODCALLTYPE AddRef(
65 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IUnknownVtbl
80 #define IUnknown_AddRef(This) (This)->lpVtbl->AddRef(This)
142 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IClassFactoryVtbl
168 #define IClassFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp438 void BusAssignmentManager::AddRef() function in class:BusAssignmentManager
H A DEmulatedUSBImpl.cpp79 int32_t AddRef(void) function in class:EUSBWEBCAM
469 p->AddRef();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp163 STDMETHODIMP_(ULONG) UIDnDDataObject::AddRef(void) function in class:UIDnDDataObject
187 AddRef();
H A DUIDnDDropSource_win.cpp51 STDMETHODIMP_(ULONG) UIDnDDropSource::AddRef(void) function in class:UIDnDDropSource
75 AddRef();
H A DUIDnDEnumFormat_win.cpp81 STDMETHODIMP_(ULONG) UIDnDEnumFormatEtc::AddRef(void) function in class:UIDnDEnumFormatEtc
103 AddRef();
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvFactory.cpp43 VBoxCredProvFactory::AddRef(void) function in class:VBoxCredProvFactory
46 VBoxCredProvVerbose(0, "VBoxCredProvFactory: AddRef: Returning refcount=%ld\n",
77 reinterpret_cast<IUnknown*>(*ppvInterface)->AddRef();
H A DVBoxCredProvProvider.cpp72 VBoxCredProvProvider::AddRef(void) function in class:VBoxCredProvProvider
75 VBoxCredProvVerbose(0, "VBoxCredProv: AddRef: Returning refcount=%ld\n",
106 reinterpret_cast<IUnknown*>(*ppvInterface)->AddRef();
341 m_pEvents->AddRef();
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp57 STDMETHODIMP_(ULONG) VBoxDnDDropSource::AddRef(void) function in class:VBoxDnDDropSource
81 AddRef();
H A DVBoxDnDDropTarget.cpp69 STDMETHODIMP_(ULONG) VBoxDnDDropTarget::AddRef(void) function in class:VBoxDnDDropTarget
93 AddRef();
H A DVBoxDnDEnumFormat.cpp83 STDMETHODIMP_(ULONG) VBoxDnDEnumFormatEtc::AddRef(void) function in class:VBoxDnDEnumFormatEtc
105 AddRef();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dservprov.h52 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IServiceProviderVtbl
74 #define IServiceProvider_AddRef(This) (This)->lpVtbl->AddRef(This)
H A Dunknwn.h47 virtual ULONG STDMETHODCALLTYPE AddRef(
65 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IUnknownVtbl
80 #define IUnknown_AddRef(This) (This)->lpVtbl->AddRef(This)
142 ULONG (STDMETHODCALLTYPE *AddRef)( member in struct:IClassFactoryVtbl
168 #define IClassFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
/vbox/include/VBox/com/
H A DEventQueue.h61 uint32_t AddRef(void) { return ASMAtomicIncU32(&mRefCount); } function in class:com::Event
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGWeakReference.cpp74 PyXPCOM_GatewayWeakReference::AddRef(void) function in class:PyXPCOM_GatewayWeakReference
107 m_pBase->AddRef(); // Can't die while we have a ref.
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp26 NS_IMETHOD_(nsrefcnt) AddRef(void) function in class:foobardep
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp98 nsrefcnt (*VFTCALL AddRef)(void *pvThis); member in struct:vftable_nsISupports
99 VFTDELTA_DECL(AddRef);
642 |AddRef()|ing the new value (before entering this function) before
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEmptyEnumerator.cpp63 NS_IMETHODIMP_(nsrefcnt) EmptyEnumeratorImpl::AddRef(void) function in class:EmptyEnumeratorImpl
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.cpp122 nsWeakReference::AddRef() function in class:nsWeakReference
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp149 anInterface->AddRef();
312 nsProxyObject::AddRef() function in class:nsProxyObject
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp133 void AddRef() function in class:nsStringHeader
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp78 virtual nsrefcnt AddRef() = 0;
85 virtual nsrefcnt AddRef() = 0;
104 nsrefcnt AddRef() function in class:TestRefObject
107 printf(" AddRef to %d on TestRefObject %p.\n",
136 (*aResult = new TestRefObject())->AddRef();
212 printf("Should create and AddRef one |TestRefObject|:\n");
218 printf("Should create and AddRef one |TestRefObject|:\n");
220 printf("Should create and AddRef one |TestRefObject| and then Release and destroy one:\n");
226 printf("Should create and AddRef one |TestRefObject|:\n");
228 printf("Should AddRef on
[all...]

Completed in 1730 milliseconds

123