Searched defs:ark_web_scoped_refptr (Results 1 – 1 of 1) sorted by relevance
24 ark_web_scoped_refptr(T* p) : ptr_(p) in ark_web_scoped_refptr() function31 ark_web_scoped_refptr(const ark_web_scoped_refptr& r) : ark_web_scoped_refptr(r.ptr_) {} in ark_web_scoped_refptr() function