/third_party/boost/boost/archive/iterators/ |
D | base64_exception.hpp | 39 } exception_code; typedef in boost::archive::iterators::base64_exception 40 exception_code code; 42 base64_exception(exception_code c = other_exception) : code(c) in base64_exception()
|
D | dataflow_exception.hpp | 43 } exception_code; typedef in boost::archive::iterators::dataflow_exception 44 exception_code code; 46 dataflow_exception(exception_code c = other_exception) : code(c) in dataflow_exception()
|
/third_party/libffi/testsuite/libffi.closures/ |
D | unwindtest.cc | 68 } catch (int exception_code) in main() local 70 CHECK(exception_code == 9); in main() 109 } catch (int exception_code) in main() local 111 CHECK(exception_code == 255); in main()
|
D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
/third_party/boost/boost/archive/ |
D | archive_exception.hpp | 82 } exception_code; typedef in boost::archive::archive_exception 83 exception_code code; 86 exception_code c,
|
D | xml_archive_exception.hpp | 42 } exception_code; typedef in boost::archive::xml_archive_exception 44 exception_code c,
|
/third_party/boost/libs/serialization/performance/xml/ |
D | harness.hpp | 117 enum exception_code { enum in boost::archive::xml::result_set_exception 121 result_set_exception (exception_code c = invalid_archive_metadata){ } in result_set_exception()
|
/third_party/boost/libs/serialization/example/ |
D | portable_binary_oarchive.hpp | 42 } exception_code; typedef in portable_binary_oarchive_exception 43 portable_binary_oarchive_exception(exception_code c = invalid_flags ) in portable_binary_oarchive_exception()
|
D | portable_binary_iarchive.hpp | 41 enum exception_code { enum in portable_binary_iarchive_exception 44 portable_binary_iarchive_exception(exception_code c = incompatible_integer_size ) : in portable_binary_iarchive_exception()
|
/third_party/boost/libs/serialization/src/ |
D | xml_archive_exception.cpp | 30 exception_code c, in xml_archive_exception()
|
D | archive_exception.cpp | 41 exception_code c, in archive_exception()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_java_wrap.c | 208 SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError; in SWIG_JavaException() local 211 exception_code = SWIG_JavaOutOfMemoryError; in SWIG_JavaException() 214 exception_code = SWIG_JavaIOException; in SWIG_JavaException() 218 exception_code = SWIG_JavaRuntimeException; in SWIG_JavaException() 222 exception_code = SWIG_JavaIndexOutOfBoundsException; in SWIG_JavaException() 225 exception_code = SWIG_JavaArithmeticException; in SWIG_JavaException() 230 exception_code = SWIG_JavaIllegalArgumentException; in SWIG_JavaException() 234 exception_code = SWIG_JavaUnknownError; in SWIG_JavaException() 237 SWIG_JavaThrowException(jenv, exception_code, msg); in SWIG_JavaException()
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_java_wrap.c | 208 SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError; in SWIG_JavaException() local 211 exception_code = SWIG_JavaOutOfMemoryError; in SWIG_JavaException() 214 exception_code = SWIG_JavaIOException; in SWIG_JavaException() 218 exception_code = SWIG_JavaRuntimeException; in SWIG_JavaException() 222 exception_code = SWIG_JavaIndexOutOfBoundsException; in SWIG_JavaException() 225 exception_code = SWIG_JavaArithmeticException; in SWIG_JavaException() 230 exception_code = SWIG_JavaIllegalArgumentException; in SWIG_JavaException() 234 exception_code = SWIG_JavaUnknownError; in SWIG_JavaException() 237 SWIG_JavaThrowException(jenv, exception_code, msg); in SWIG_JavaException()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 406 static int GTestShouldProcessSEH(DWORD exception_code);
|
D | gtest.cc | 555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument 570 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH() 572 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH() 2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument 2371 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
|
/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 408 static int GTestShouldProcessSEH(DWORD exception_code);
|
D | gtest.cc | 761 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument 776 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH() 778 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH() 2541 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument 2545 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 796 static int GTestShouldProcessSEH(DWORD exception_code); 2252 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument 2267 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH() 2269 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH() 4032 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument 4036 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
|