Home
last modified time | relevance | path

Searched defs:scoped_refptr (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
Dscoped_refptr.h64 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function
67 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function
72 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function
78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
/external/chromium/net/http/
Dhttp_auth.h16 template <class T> class scoped_refptr; variable