Searched defs:has_value (Results 1 – 4 of 4) sorted by relevance
42 LIBC_INLINE constexpr bool has_value() const { return is_expected; } in has_value() function
83 constexpr bool has_value() const { return Storage.has_value(); } in has_value() function
105 bool has_value() const { return !!Storage; } in has_value() function
707 bool has_value() const { return has_value_; } in has_value() function in testing::gmock_matchers_test::__anonebb175b30111::SampleOptionalWithoutBoolConversion