Searched defs:sk_cfp (Results 1 – 1 of 1) sorted by relevance
41 constexpr sk_cfp() {} in sk_cfp() function42 constexpr sk_cfp(std::nullptr_t) {} in sk_cfp() function48 sk_cfp(const sk_cfp<T>& that) : fObject(SkCFSafeRetain(that.get())) {} in sk_cfp() function55 sk_cfp(sk_cfp<T>&& that) : fObject(that.release()) {} in sk_cfp() function61 explicit sk_cfp(T obj) { in sk_cfp() function