Searched defs:WeakPtr (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/base/memory/ |
| D | weak_ptr.h | 76 template <typename T> class WeakPtr; variable 194 WeakPtr() : ptr_(NULL) { in WeakPtr() function 200 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { in WeakPtr() function 239 template <typename U> friend class WeakPtr; variable 243 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | WeakPtr.h | 87 WeakPtr() { } in WeakPtr() function 88 WeakPtr(std::nullptr_t) { } in WeakPtr() function 89 WeakPtr(PassRefPtr<WeakReference<T> > ref) : m_ref(ref) { } in WeakPtr() function
|
| /external/deqp/framework/delibs/decpp/ |
| D | deSharedPtr.hpp | 164 class WeakPtr class 528 inline WeakPtr<T, Deleter, threadSafe>::WeakPtr (void) in WeakPtr() function in de::WeakPtr 539 inline WeakPtr<T, Deleter, threadSafe>::WeakPtr (const WeakPtr<T, Deleter, threadSafe>& other) in WeakPtr() function in de::WeakPtr 551 inline WeakPtr<T, Deleter, threadSafe>::WeakPtr (const SharedPtr<T, Deleter, threadSafe>& other) in WeakPtr() function in de::WeakPtr
|
| /external/chromium_org/chrome/browser/local_discovery/ |
| D | service_discovery_client_mdns.cc | 22 typedef base::WeakPtr<Proxy> WeakPtr; typedef in local_discovery::ServiceDiscoveryClientMdns::Proxy
|
| /external/chromium_org/base/ |
| D | bind_unittest.cc | 607 TEST_F(BindTest, WeakPtr) { in TEST_F() argument
|