Searched refs:TestRefCounted (Results 1 – 1 of 1) sorted by relevance
23 class TestRefCounted : public RefCountedThreadSafe<TestRefCounted> { class25 friend class RefCountedThreadSafe<TestRefCounted>;26 ~TestRefCounted() = default;32 void RefCountedParam(const scoped_refptr<TestRefCounted>& ref_counted) {} in RefCountedParam()107 scoped_refptr<TestRefCounted> ref_counted = new TestRefCounted; in TEST()