Searched defs:has_value (Results 1 - 2 of 2) sorted by path

/system/chre/util/include/chre/util/
H A Doptional_impl.h40 bool Optional<ObjectType>::has_value() const { function in class:chre::Optional
/system/core/init/
H A Dresult.h173 bool has_value() const { return contents_.index() == 0; } function in class:android::init::Result
192 explicit operator bool() const { return has_value(); }

Completed in 78 milliseconds