Home
last modified time | relevance | path

Searched refs:CheckRefptrNull (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/memory/
Dref_counted_unittest.cc159 class CheckRefptrNull : public base::RefCounted<CheckRefptrNull> { class
162 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()