Home
last modified time | relevance | path

Searched defs:nsAutoPtr (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsAutoPtr.h69 nsAutoPtr() in nsAutoPtr() function
74 MOZ_IMPLICIT nsAutoPtr(Ptr aRawPtr) in nsAutoPtr() function
81 nsAutoPtr(nsAutoPtr<T>& aSmartPtr) in nsAutoPtr() function
87 MOZ_IMPLICIT nsAutoPtr(nsAutoPtr<I>& aSmartPtr) in nsAutoPtr() function
92 nsAutoPtr(nsAutoPtr<T>&& aSmartPtr) in nsAutoPtr() function
98 MOZ_IMPLICIT nsAutoPtr(nsAutoPtr<I>&& aSmartPtr) in nsAutoPtr() function
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DnsAutoPtr.h83 nsAutoPtr() in nsAutoPtr() function
89 MOZ_IMPLICIT nsAutoPtr(Ptr aRawPtr) in nsAutoPtr() function
97 nsAutoPtr(nsAutoPtr<T>& aSmartPtr) in nsAutoPtr() function
104 MOZ_IMPLICIT nsAutoPtr(nsAutoPtr<I>& aSmartPtr) in nsAutoPtr() function
110 nsAutoPtr(nsAutoPtr<T>&& aSmartPtr) in nsAutoPtr() function
117 MOZ_IMPLICIT nsAutoPtr(nsAutoPtr<I>&& aSmartPtr) in nsAutoPtr() function
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/include/mp4_demuxer/
H A DStream.h16 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(Stream);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DnsTXTToHTMLConv.h29 class nsAutoPtr; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsTXTToHTMLConv.h29 template<class T> class nsAutoPtr; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DIndex.h17 class nsAutoPtr; variable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs15376 pub struct nsAutoPtr<T> { struct
15377 pub mRawPtr: *mut T,
15378 pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>,