Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Doptional_impl.h45 bool Optional<ObjectType>::has_value() const { in has_value() function
/system/libbase/include/android-base/
Dexpected.h334 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function
557 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function