Searched defs:gr_cp (Results 1 – 1 of 1) sorted by relevance
52 constexpr gr_cp() : fObject(nullptr) {} in gr_cp() function53 constexpr gr_cp(std::nullptr_t) : fObject(nullptr) {} in gr_cp() function59 gr_cp(const gr_cp<T>& that) : fObject(GrSafeComAddRef(that.get())) {} in gr_cp() function66 gr_cp(gr_cp<T>&& that) : fObject(that.release()) {} in gr_cp() function72 explicit gr_cp(T* obj) { in gr_cp() function