Searched defs:WeakRefCountedPtr (Results 1 – 2 of 2) sorted by relevance
188 WeakRefCountedPtr() {} in WeakRefCountedPtr() function190 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function195 WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function200 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function206 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function225 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function231 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
241 friend class WeakRefCountedPtr; variable