Searched refs:CheckRefptrNull (Results 1 – 1 of 1) sorted by relevance
159 class CheckRefptrNull : public base::RefCounted<CheckRefptrNull> { class162 void set_scoped_refptr(scoped_refptr<CheckRefptrNull>* ptr) { ptr_ = ptr; } in set_scoped_refptr()165 virtual ~CheckRefptrNull() { in ~CheckRefptrNull()171 friend class base::RefCounted<CheckRefptrNull>;173 scoped_refptr<CheckRefptrNull>* ptr_ = nullptr;647 scoped_refptr<CheckRefptrNull> obj = base::MakeRefCounted<CheckRefptrNull>(); in TEST()