Searched defs:scoped_refptr (Results 1 – 3 of 3) sorted by relevance
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
35 template class scoped_refptr<base::OpaqueRefCounted>; variable
347 template class scoped_refptr<const sandbox::bpf_dsl::internal::BoolExprImpl>; variable348 template class scoped_refptr<const sandbox::bpf_dsl::internal::ResultExprImpl>; variable