Searched defs:SmartPtr (Results 1 – 8 of 8) 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 SmartPtr
31 struct SmartPtr { struct
11 struct SmartPtr { struct
32 struct SmartPtr { struct
46 struct _Nullable SmartPtr{ struct [all...]
134 struct SmartPtr { struct
70 class SmartPtr { class 72 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr 73 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr [all...]