Searched defs:SmartPtr (Results 1 – 4 of 4) sorted by relevance
93 SmartPtr (ObjDerive *obj) in SmartPtr() function101 SmartPtr (const SmartPtr<Obj> &obj) in SmartPtr() function111 SmartPtr (const SmartPtr<ObjDerive> &obj) in SmartPtr() function
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 SmartPtr
127 struct SmartPtr { struct
85 class SmartPtr { class87 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr88 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr