Searched refs:SmartPtr (Results 1 – 3 of 3) sorted by relevance
74 class SmartPtr { class76 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr77 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr78 ~SmartPtr();
127 struct SmartPtr { struct132 void test_smartptr(SmartPtr ptr, const SmartPtr cptr, in test_smartptr()133 const volatile SmartPtr cvptr) { in test_smartptr()
74 class SmartPtr { class76 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr77 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr78 ~SmartPtr();2647 SmartPtr<Mutex> getMutexPtr();2669 SmartPtr<Mutex> mu_;2783 SmartPtr<Foo> foo;4270 SmartPtr<int> sp GUARDED_BY(mu1) PT_GUARDED_BY(mu2);4271 SmartPtr<Cell> sq GUARDED_BY(mu1) PT_GUARDED_BY(mu2);