Lines Matching defs:nullptr
10794 RefPtr(decltype(nullptr)) in RefPtr()
10843 operator=(decltype(nullptr)) in operator =()
11234 operator==(const RefPtr<T>& aLhs, decltype(nullptr)) in operator ==()
11241 operator==(decltype(nullptr), const RefPtr<T>& aRhs) in operator ==()
11248 operator!=(const RefPtr<T>& aLhs, decltype(nullptr)) in operator !=()
11255 operator!=(decltype(nullptr), const RefPtr<T>& aRhs) in operator !=()
11572 UniquePtr(decltype(nullptr)) in UniquePtr()
11616 UniquePtr& operator=(decltype(nullptr)) in operator =()
11741 UniquePtr(decltype(nullptr)) in UniquePtr()
11757 UniquePtr& operator=(decltype(nullptr)) in operator =()
11787 void reset(decltype(nullptr)) in reset()
11864 operator==(const UniquePtr<T, D>& aX, decltype(nullptr)) in operator ==()
11871 operator==(decltype(nullptr), const UniquePtr<T, D>& aX) in operator ==()
11878 operator!=(const UniquePtr<T, D>& aX, decltype(nullptr)) in operator !=()
11885 operator!=(decltype(nullptr), const UniquePtr<T, D>& aX) in operator !=()
50893 GCCellPtr(decltype(nullptr)) : ptr(checkedCast(nullptr, JS::TraceKind::Null)) {} in GCCellPtr()
64877 Handle(decltype(nullptr)) { in Handle()
71140 nsCOMPtr(decltype(nullptr)) in nsCOMPtr()
71305 nsCOMPtr<T>& operator=(decltype(nullptr)) in operator =()
71512 nsCOMPtr(decltype(nullptr)) in nsCOMPtr()
71622 nsCOMPtr<nsISupports>& operator=(decltype(nullptr)) in operator =()
71951 operator==(const nsCOMPtr<T>& aLhs, decltype(nullptr)) in operator ==()
71958 operator==(decltype(nullptr), const nsCOMPtr<T>& aRhs) in operator ==()
71965 operator!=(const nsCOMPtr<T>& aLhs, decltype(nullptr)) in operator !=()
71972 operator!=(decltype(nullptr), const nsCOMPtr<T>& aRhs) in operator !=()
79020 operator==(const nsAutoPtr<T>& aLhs, decltype(nullptr)) in operator ==()
79027 operator==(decltype(nullptr), const nsAutoPtr<T>& aRhs) in operator ==()
79034 operator!=(const nsAutoPtr<T>& aLhs, decltype(nullptr)) in operator !=()
79041 operator!=(decltype(nullptr), const nsAutoPtr<T>& aRhs) in operator !=()
167342 nsMainThreadPtrHandle(decltype(nullptr)) : mPtr(nullptr) {} in nsMainThreadPtrHandle()