Searched defs:getMaybeNull (Results 1 – 2 of 2) sorted by relevance
108 const T* getMaybeNull() const { return fValue.has_value() ? this->get() : nullptr; } in getMaybeNull() function109 T* getMaybeNull() { return fValue.has_value() ? this->get() : nullptr; } in getMaybeNull() function
66 T* getMaybeNull() const { in getMaybeNull() function