Searched defs:WeakReference (Results 1 – 4 of 4) sorted by relevance
| /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/cef/libcef_dll/base/ | ||
| D | cef_weak_ptr.cc | 46 WeakReference::WeakReference(const scoped_refptr<Flag>& flag) : flag_(flag) {} in WeakReference() function in base::internal::WeakReference |
| /third_party/node/src/ | ||
| D | node_util.cc | 197 class WeakReference : public BaseObject { class |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ | ||
| D | stylo.hpp | 94321 class WeakReference : public ::mozilla::RefCounted<WeakReference<T> > class |