Searched defs:withDefault (Results 1 – 1 of 1) sorted by relevance
238 T withDefault(T t) const { return isOk() ? mVal : t; } in withDefault() function265 sp<T> withDefault(sp<T> t) const { return isOk() ? mVal : t; } in withDefault() function