Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dexception_guard.h94 struct __exception_guard_noexceptions { struct
97 _LIBCPP_NODEBUG explicit __exception_guard_noexceptions(_Rollback) {} in __exception_guard_noexceptions() argument
100 __exception_guard_noexceptions(__exception_guard_noexceptions&& __other) in __exception_guard_noexceptions() function
107 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions const&) = delete; argument
108 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions&&) = delete; argument
114 …CPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NODEBUG ~__exception_guard_noexceptions() { in ~__exception_guard_noexceptions() argument