Searched refs:nsMainThreadPtrHandle (Results 1 – 5 of 5) sorted by relevance
27 pub struct nsMainThreadPtrHandle<U> { struct31 impl<U> Default for nsMainThreadPtrHandle<U> { implementation
40 pub struct nsMainThreadPtrHandle<T> { struct44 impl<T> Default for nsMainThreadPtrHandle<T> { implementation
9 template <class U> class nsMainThreadPtrHandle { class
5 template <class T> class nsMainThreadPtrHandle { class
167336 class nsMainThreadPtrHandle class167341 nsMainThreadPtrHandle() : mPtr(nullptr) {} in nsMainThreadPtrHandle() function in nsMainThreadPtrHandle167342 nsMainThreadPtrHandle(decltype(nullptr)) : mPtr(nullptr) {} in nsMainThreadPtrHandle() function in nsMainThreadPtrHandle167343 explicit nsMainThreadPtrHandle(nsMainThreadPtrHolder<T>* aHolder) in nsMainThreadPtrHandle() function in nsMainThreadPtrHandle167347 explicit nsMainThreadPtrHandle( in nsMainThreadPtrHandle() function in nsMainThreadPtrHandle167352 nsMainThreadPtrHandle(const nsMainThreadPtrHandle& aOther) in nsMainThreadPtrHandle() function in nsMainThreadPtrHandle167356 nsMainThreadPtrHandle& operator=(const nsMainThreadPtrHandle& aOther) in operator =()167361 nsMainThreadPtrHandle& operator=(nsMainThreadPtrHolder<T>* aHolder) in operator =()167389 bool operator==(const nsMainThreadPtrHandle<T>& aOther) const in operator ==()167396 bool operator!=(const nsMainThreadPtrHandle<T>& aOther) const in operator !=()[all …]