Searched defs:RetainedRefWrapper (Results 1 – 3 of 3) sorted by relevance
88 explicit RetainedRefWrapper(T* o) : ptr_(o) {} in RetainedRefWrapper() function89 explicit RetainedRefWrapper(scoped_refptr<T> o) : ptr_(std::move(o)) {} in RetainedRefWrapper() function
91 explicit RetainedRefWrapper(T* o) : ptr_(o) {} in RetainedRefWrapper() function92 explicit RetainedRefWrapper(scoped_refptr<T> o) : ptr_(std::move(o)) {} in RetainedRefWrapper() function