Home
last modified time | relevance | path

Searched defs:WeakPtr (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs15 pub struct WeakPtr<T> structure names
23 impl<T> WeakPtr<T> impls
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSharedPtr.hpp173 class WeakPtr class
538 inline WeakPtr<T>::WeakPtr (void) WeakPtr() function in de::WeakPtr
549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) WeakPtr() function in de::WeakPtr
561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) WeakPtr() function in de::WeakPtr
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc413 DomainDispatcher::WeakPtr::WeakPtr(DomainDispatcher* dispatcher) in WeakPtr() function in v8_crdtp::DomainDispatcher::WeakPtr
H A Ddispatch.h178 class WeakPtr { class in v8_crdtp::DomainDispatcher
/third_party/gn/src/base/memory/
H A Dweak_ptr.h218 class WeakPtr : public internal::WeakPtrBase { global() class
222 WeakPtr(std::nullptr_t) {} WeakPtr() function in base::WeakPtr
227 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other) { WeakPtr() function in base::WeakPtr
234 WeakPtr(WeakPtr<U>&& other) : WeakPtrBase(std::move(other)) { WeakPtr() function in base::WeakPtr
264 WeakPtr(const internal::WeakReference& ref, T* ptr) WeakPtr() function in base::WeakPtr
[all...]

Completed in 4 milliseconds