proxygen
|
Static Public Member Functions | |
static void | copy_ (exception_wrapper const *from, exception_wrapper *to) |
static void | move_ (exception_wrapper *from, exception_wrapper *to) |
static void | delete_ (exception_wrapper *that) |
static void | throw_ (exception_wrapper const *that) |
static std::type_info const * | type_ (exception_wrapper const *) |
static std::exception const * | get_exception_ (exception_wrapper const *that) |
static exception_wrapper | get_exception_ptr_ (exception_wrapper const *that) |
Static Public Attributes | |
static constexpr VTable const | ops_ |
Definition at line 284 of file ExceptionWrapper.h.
|
inlinestatic |
Definition at line 182 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::Buffer::as(), and folly::exception_wrapper::buff_.
|
inlinestatic |
Definition at line 197 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::Buffer::as(), folly::exception_wrapper::buff_, folly::exception_wrapper::uninit_, and folly::exception_wrapper::vptr_.
|
inlinestatic |
Definition at line 212 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::Buffer::as(), folly::exception_wrapper::as_exception_or_null_(), and folly::exception_wrapper::buff_.
|
inlinestatic |
Definition at line 217 of file ExceptionWrapper-inl.h.
|
inlinestatic |
Definition at line 189 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::Buffer::as(), folly::exception_wrapper::buff_, and folly::gen::move.
|
inlinestatic |
Definition at line 202 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::Buffer::as(), and folly::exception_wrapper::buff_.
|
inlinestatic |
Definition at line 207 of file ExceptionWrapper-inl.h.
|
static |
Definition at line 293 of file ExceptionWrapper.h.