Home
last modified time | relevance | path

Searched defs:getMaybeNull (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkTLazy.h108 const T* getMaybeNull() const { return fValue.has_value() ? this->get() : nullptr; } in getMaybeNull() function
109 T* getMaybeNull() { return fValue.has_value() ? this->get() : nullptr; } in getMaybeNull() function
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGTypes.h66 T* getMaybeNull() const { in getMaybeNull() function