Searched defs:scoped_refptr (Results 1 – 8 of 8) sorted by relevance
13 scoped_refptr() : ptr_(0) {} in scoped_refptr() function14 scoped_refptr(T* p) : ptr_(p) {} in scoped_refptr() function15 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) {} in scoped_refptr() function18 scoped_refptr(const scoped_refptr<U>& r) in scoped_refptr() function
71 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function74 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function79 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function85 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
73 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function76 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function81 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function87 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
64 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function67 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function72 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
17 class scoped_refptr; variable
19 template <class T> class scoped_refptr; variable
16 template <class T> class scoped_refptr; variable