Searched defs:WeakRefCountedPtr (Results 1 – 2 of 2) sorted by relevance
187 WeakRefCountedPtr() {} in WeakRefCountedPtr() function189 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr() function194 WeakRefCountedPtr(Y* value) { in WeakRefCountedPtr() function199 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function205 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function224 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr() function230 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr() function
241 friend class WeakRefCountedPtr; variable