Searched refs:RefClassWithRvalue (Results 1 – 1 of 1) sorted by relevance
44 class RefClassWithRvalue : public RefCountInterface { class46 explicit RefClassWithRvalue(std::unique_ptr<A> a) : a_(std::move(a)) {} in RefClassWithRvalue() function in rtc::__anon089553a60111::RefClassWithRvalue49 ~RefClassWithRvalue() override {} in ~RefClassWithRvalue()97 scoped_refptr<RefClassWithRvalue> ref( in TEST()98 new RefCountedObject<RefClassWithRvalue>(std::move(a))); in TEST()