Searched defs:ref_counted (Results 1 – 1 of 1) sorted by relevance
30 void RefCountedParam(const scoped_refptr<TestRefCounted>& ref_counted) {} in RefCountedParam()105 scoped_refptr<TestRefCounted> ref_counted = new TestRefCounted; in TEST() local