Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dexception_guard.h62 struct __exception_guard_exceptions { struct
65 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 explicit __exception_guard_exceptions(_Rollbac… in __exception_guard_exceptions() argument
69 __exception_guard_exceptions(__exception_guard_exceptions&& __other) in __exception_guard_exceptions() argument
76 __exception_guard_exceptions& operator=(__exception_guard_exceptions const&) = delete; argument
77 __exception_guard_exceptions& operator=(__exception_guard_exceptions&&) = delete; argument
81 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 ~__exception_guard_exceptions() { in ~__exception_guard_exceptions() argument
91 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(__exception_guard_exceptions); argument