Searched defs:WeakReference (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/typings/internalBinding/ | ||
| D | util.d.ts | 2 class WeakReference<T> { class |
| /third_party/gn/src/base/memory/ | ||
| D | weak_ptr.cc | 24 WeakReference::WeakReference(const scoped_refptr<Flag>& flag) : flag_(flag) {} in WeakReference() function in base::internal::WeakReference |
| /third_party/node/src/ | ||
| D | node_util.cc | 201 WeakReference::WeakReference(Realm* realm, in WeakReference() function in node::util::WeakReference |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ | ||
| D | stylo.hpp | 94321 class WeakReference : public ::mozilla::RefCounted<WeakReference<T> > class |