Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dflags_test.cc49 void AssertCmdlineValue(bool has_value, int expected) { in AssertCmdlineValue()
56 void AssertSysPropValue(bool has_value, int expected) { in AssertSysPropValue()
63 void AssertServerSettingValue(bool has_value, int expected) { in AssertServerSettingValue()
/aosp12/system/chre/util/include/chre/util/
H A Doptional_impl.h45 bool Optional<ObjectType>::has_value() const { in has_value() function
/aosp12/system/libbase/include/android-base/
H A Dexpected.h333 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function
560 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function
/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/
H A Dsignature_checker.h315 constexpr bool has_value() const { in has_value() function