Home
last modified time | relevance | path

Searched defs:WeakReference (Results 1 – 4 of 4) sorted by relevance

/third_party/node/typings/internalBinding/
Dutil.d.ts2 class WeakReference<T> { class
/third_party/gn/src/base/memory/
Dweak_ptr.cc24 WeakReference::WeakReference(const scoped_refptr<Flag>& flag) : flag_(flag) {} in WeakReference() function in base::internal::WeakReference
/third_party/node/src/
Dnode_util.cc201 WeakReference::WeakReference(Realm* realm, in WeakReference() function in node::util::WeakReference
206 WeakReference::WeakReference(Realm* realm, in WeakReference() function in node::util::WeakReference
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp94321 class WeakReference : public ::mozilla::RefCounted<WeakReference<T> > class
94324 explicit WeakReference(T* p) : mPtr(p) in WeakReference() function in mozilla::detail::WeakReference
94387 typedef detail::WeakReference<T> WeakReference; typedef in mozilla::WeakPtr