Home
last modified time | relevance | path

Searched defs:WeakPtr (Results 1 – 6 of 6) sorted by relevance

/external/libweave/third_party/chromium/base/memory/
Dweak_ptr.h81 template <typename T> class WeakPtr; variable
198 WeakPtr() : ptr_(NULL) { in WeakPtr() function
204 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { in WeakPtr() function
243 template <typename U> friend class WeakPtr; variable
247 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
/external/libchrome/base/memory/
Dweak_ptr.h83 template <typename T> class WeakPtr; variable
201 WeakPtr() : ptr_(NULL) { in WeakPtr() function
207 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { in WeakPtr() function
246 template <typename U> friend class WeakPtr; variable
250 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
/external/deqp/framework/delibs/decpp/
DdeSharedPtr.hpp173 class WeakPtr class
538 inline WeakPtr<T>::WeakPtr (void) in WeakPtr() function in de::WeakPtr
549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr() function in de::WeakPtr
561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr() function in de::WeakPtr
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
Drace_condition.pass.cpp25 typedef std::weak_ptr<int> WeakPtr; typedef
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc622 TEST_F(BindTest, WeakPtr) { in TEST_F() argument
/external/libchrome/base/
Dbind_unittest.cc621 TEST_F(BindTest, WeakPtr) { in TEST_F() argument