Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp598 auto epexn = std::make_exception_ptr(std::range_error("oops")); in TEST() local
601 auto exn = CHECK_NOTNULL(get_exception<std::range_error>(epexn)); in TEST()
612 auto t = Try<bool>(exception_wrapper(epexn, *exn)); in TEST()
633 auto t = Try<void>(exception_wrapper(epexn, *exn)); in TEST()
654 auto const t = Try<bool>(exception_wrapper(epexn, *exn)); in TEST()
675 auto const t = Try<void>(exception_wrapper(epexn, *exn)); in TEST()