Home
last modified time | relevance | path

Searched refs:rethrow (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/boost/boost/phoenix/statement/
Dthrow.hpp74 struct rethrow {}; struct
79 struct rethrow struct
80 : expression::value<detail::rethrow>
85 struct is_custom_terminal<detail::rethrow, Dummy>
90 struct custom_terminal<detail::rethrow, Dummy>
98 void operator()(detail::rethrow, Context &) const in operator ()()
105 expression::rethrow::type const
108 return expression::rethrow::make(detail::rethrow()); in throw_()
/third_party/boost/boost/python/
Derrors.hpp32 namespace detail { inline void rethrow() { throw; } } in rethrow() function
36 handle_exception(detail::rethrow); in handle_exception()
/third_party/boost/boost/spirit/home/x3/auxiliary/
Dguard.hpp20 , rethrow enumerator
57 case error_handler_result::rethrow: in parse()
/third_party/boost/boost/spirit/home/qi/nonterminal/
Derror_handler.hpp27 , rethrow enumerator
136 case rethrow: boost::throw_exception(x); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td111 // Throwing an exception: throw / rethrow
118 "rethrow \t$exn", "rethrow", 0x09>;
120 // intrinsic. Will be converted to the real rethrow instruction later.
/third_party/node/test/parallel/
Dtest-unhandled-exception-rethrow-error.js6 err.rethrow = true;
/third_party/node/deps/npm/node_modules/fs.realpath/
Dold.js30 function rethrow() { function
66 return typeof cb === 'function' ? cb : rethrow();
/third_party/boost/boost/exception/
Dexception.hpp404 virtual void rethrow() const = 0;
467 rethrow() const in rethrow() function in boost::exception_detail::clone_impl
/third_party/boost/boost/exception/detail/
Dexception_ptr.hpp509 p.ptr_->rethrow(); in rethrow_exception()
518 p.ptr_->rethrow(); in rethrow_exception()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h62 bool SetRethrowExceptions(bool rethrow) override;
Dv8value_ctocpp.cc553 bool CefV8ValueCToCpp::SetRethrowExceptions(bool rethrow) { in SetRethrowExceptions() argument
561 int _retval = _struct->set_rethrow_exceptions(_struct, rethrow); in SetRethrowExceptions()
/third_party/boost/boost/
Dthrow_exception.hpp154 virtual void rethrow() const BOOST_OVERRIDE in rethrow() function
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/outcome/
Dinspecting.md10 …` or to throw an appropriate exception: if we are storing an `std::exception_ptr`, just rethrow it.
D_index.md41 and be able to rethrow it in `Layer3`.
/third_party/boost/boost/spirit/home/classic/error_handling/impl/
Dexceptions.ipp57 case error_status_t::rethrow:
/third_party/flutter/flutter/dev/tools/gen_keycodes/lib/
Dutils.dart80 'rethrow',
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dassets.dart51 rethrow;
/third_party/boost/boost/spirit/home/classic/error_handling/
Dexceptions.hpp220 enum result_t { fail, retry, accept, rethrow }; enumerator
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dfilesystem.dart328 rethrow;
373 rethrow;
388 rethrow;
405 rethrow;
422 rethrow;
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp1779 bool rethrow = false; in operator <<() local
1780 …BOOST_TRY { os.setstate(ios_base::failbit); } BOOST_CATCH (...) { rethrow = true; } BOOST_CATCH_END in operator <<()
1782 if (rethrow) in operator <<()
1922 bool rethrow = false; // see std 27.6.1.1/4 in operator >>() local
1924 BOOST_CATCH(...) { rethrow = true; } in operator >>()
1927 if (rethrow) in operator >>()
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp244 rethrow() const in rethrow() function in __anon3a5a964a0111::cloned_exception
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dnet.dart69 rethrow;
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Demulators.dart80 rethrow;
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc553 int rethrow) { in v8value_set_rethrow_exceptions() argument
562 CefV8ValueCppToC::Get(self)->SetRethrowExceptions(rethrow ? true : false); in v8value_set_rethrow_exceptions()
/third_party/cef/include/
Dcef_v8.h705 virtual bool SetRethrowExceptions(bool rethrow) = 0;

1234