Home
last modified time | relevance | path

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

/external/webrtc/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/libchrome/base/test/
Dopaque_ref_counted.cc35 template class scoped_refptr<base::OpaqueRefCounted>; variable
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc347 template class scoped_refptr<const sandbox::bpf_dsl::internal::BoolExprImpl>; variable
348 template class scoped_refptr<const sandbox::bpf_dsl::internal::ResultExprImpl>; variable