Searched defs:WeakPtr (Results 1 – 9 of 9) sorted by relevance
32 class WeakPtr; variable119 friend class WeakPtr; variable303 friend class WeakPtr; variable315 ACE_REMOVE(explicit) WeakPtr(std::nullptr_t) {} in WeakPtr() function317 …ACE_REMOVE(explicit) WeakPtr(const WeakPtr& other) : WeakPtr(other.unsafeRawPtr_, other.refCounter… in WeakPtr() function318 …ACE_REMOVE(explicit) WeakPtr(WeakPtr&& other) : unsafeRawPtr_(other.unsafeRawPtr_), refCounter_(ot… in WeakPtr() function336 ACE_REMOVE(explicit) WeakPtr(const RefPtr<T>& other) : WeakPtr(other.rawPtr_) {} in WeakPtr() function467 …explicit WeakPtr(T* rawPtr) : WeakPtr(rawPtr, rawPtr != nullptr ? rawPtr->refCounter_ : nullptr) {} in WeakPtr() function469 WeakPtr(O* rawPtr, RefCounter* aceRef) : unsafeRawPtr_(rawPtr), refCounter_(aceRef) in WeakPtr() function478 friend class WeakPtr; variable
67 using WeakPtr = BASE_NS::weak_ptr<IPrepareSceneForInitialization>; variable
22 using WeakPtr = BASE_NS::weak_ptr<MeshGeometry<IndexType>>; member
105 META_TYPE(META_NS::IAnimationController::WeakPtr) in META_TYPE()
54 using WeakPtr = std::weak_ptr<RSSurfaceNode>; variable
57 using WeakPtr = BASE_NS::weak_ptr<SceneHolder>; variable
212 operator META_NS::IObject::WeakPtr() const noexcept in WeakPtr() function
64 using WeakPtr = std::weak_ptr<RSDisplayRenderNode>; variable
118 using WeakPtr = std::weak_ptr<RSRenderNodeDrawableAdapter>; variable