Home
last modified time | relevance | path

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

/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
Dscoped_refptr.h13 scoped_refptr() : ptr_(0) {} in scoped_refptr() function
14 scoped_refptr(T* p) : ptr_(p) {} in scoped_refptr() function
15 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) {} in scoped_refptr() function
18 scoped_refptr(const scoped_refptr<U>& r) in scoped_refptr() function
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dscoped_refptr.h71 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function
74 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function
79 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function
85 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
/external/chromium_org/third_party/webrtc/base/
Dscoped_ref_ptr.h73 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function
76 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function
81 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function
87 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function
/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_org/media/filters/
Dmock_gpu_video_accelerator_factories.h17 class scoped_refptr; variable
Dgpu_video_decoder.h19 template <class T> class scoped_refptr; variable
/external/chromium_org/net/http/
Dhttp_auth.h16 template <class T> class scoped_refptr; variable
/external/chromium_org/components/gcm_driver/
Dgcm_client.h16 template <class T> class scoped_refptr; variable