Home
last modified time | relevance | path

Searched defs:WeakPtr (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/cxx/src/
Dweak_ptr.rs15 pub struct WeakPtr<T> struct
23 impl<T> WeakPtr<T> impl
57 unsafe impl<T> Send for WeakPtr<T> where T: Send + Sync + WeakPtrTarget {} implementation
58 unsafe impl<T> Sync for WeakPtr<T> where T: Send + Sync + WeakPtrTarget {} implementation
60 impl<T> Clone for WeakPtr<T> implementation
75 impl<T> Drop for WeakPtr<T> implementation
85 impl<T> Debug for WeakPtr<T> implementation
/third_party/gn/src/base/memory/
Dweak_ptr.h84 class WeakPtr; variable
222 WeakPtr(std::nullptr_t) {} in WeakPtr() function
227 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other) { in WeakPtr() function
234 WeakPtr(WeakPtr<U>&& other) : WeakPtrBase(std::move(other)) { in WeakPtr() function
260 friend class WeakPtr; variable
264 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSharedPtr.hpp173 class WeakPtr class
538 inline WeakPtr<T>::WeakPtr (void) in WeakPtr() function in de::WeakPtr
549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr() function in de::WeakPtr
561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr() function in de::WeakPtr
/third_party/rust/crates/cxx/syntax/
Dinstantiate.rs12 WeakPtr(NamedImplKey<'a>), enumerator
Dmod.rs232 WeakPtr(Box<Ty1>), enumerator
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc413 DomainDispatcher::WeakPtr::WeakPtr(DomainDispatcher* dispatcher) in WeakPtr() function in v8_crdtp::DomainDispatcher::WeakPtr
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp94385 class WeakPtr class
94397 WeakPtr(const WeakPtr& aOther) in WeakPtr() function in mozilla::WeakPtr
94416 WeakPtr(T* aOther) in WeakPtr() function in mozilla::WeakPtr
94423 WeakPtr() : mRef(new WeakReference(nullptr)) {} in WeakPtr() function in mozilla::WeakPtr
94435 explicit WeakPtr(const RefPtr<WeakReference>& aOther) : mRef(aOther) {} in WeakPtr() function in mozilla::WeakPtr