Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__ranges/
Dmovable_box.h111 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function
201 _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