Home
last modified time | relevance | path

Searched refs:has_value (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Doptional128 constexpr bool has_value() const noexcept;
293 constexpr bool has_value() const noexcept
323 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage");
332 if (__opt.has_value())
340 if (this->__engaged_ == __opt.has_value())
399 constexpr bool has_value() const noexcept
414 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage");
425 if (__opt.has_value())
433 if (has_value() == __opt.has_value())
435 if (has_value())
[all …]
H A Dany56 bool has_value() const noexcept;
285 bool has_value() const _NOEXCEPT { return __h != nullptr; }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Doptional128 constexpr bool has_value() const noexcept;
293 constexpr bool has_value() const noexcept
323 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage");
332 if (__opt.has_value())
340 if (this->__engaged_ == __opt.has_value())
399 constexpr bool has_value() const noexcept
414 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage");
425 if (__opt.has_value())
433 if (has_value() == __opt.has_value())
435 if (has_value())
[all …]
H A Dany56 bool has_value() const noexcept;
285 bool has_value() const _NOEXCEPT { return __h != nullptr; }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dany155 if (!__other.has_value())
168 * @post @c !__other.has_value() (this postcondition is a GNU extension)
172 if (!__other.has_value())
233 * @post @c !__rhs.has_value() (not guaranteed for other implementations)
238 if (!__rhs.has_value())
289 if (has_value())
299 if (!has_value() && !__rhs.has_value())
302 if (has_value() && __rhs.has_value())
318 any* __empty = !has_value() ? this : &__rhs;
319 any* __full = !has_value() ? &__rhs : this;
[all …]
H A Doptional916 constexpr bool has_value() const noexcept
H A Dranges1614 __glibcxx_assert(_M_pred.has_value());
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dany155 if (!__other.has_value())
168 * @post @c !__other.has_value() (this postcondition is a GNU extension)
172 if (!__other.has_value())
233 * @post @c !__rhs.has_value() (not guaranteed for other implementations)
238 if (!__rhs.has_value())
289 if (has_value())
299 if (!has_value() && !__rhs.has_value())
302 if (has_value() && __rhs.has_value())
318 any* __empty = !has_value() ? this : &__rhs;
319 any* __full = !has_value() ? &__rhs : this;
[all …]
H A Doptional916 constexpr bool has_value() const noexcept
H A Dranges1614 __glibcxx_assert(_M_pred.has_value());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp104 return !has_value()? typeid(void) : vtable->type(); in type()
107 bool has_value() const { in has_value() function in mbgl::util::unique_any
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0016-cast-to-bool-to-avoid-constexpr-error.patch34 if (!demuxer_type.has_value())
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/
H A Doptional499 constexpr bool has_value() const noexcept { return initialized(); }
698 constexpr bool has_value() const noexcept {