Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dcopyable_box.h96 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function
171 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return true; } in __has_value() function
Dnon_propagating_cache.h92 constexpr bool __has_value() const { return __value_.has_value(); } in __has_value() function