Home
last modified time | relevance | path

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

/third_party/boost/boost/archive/iterators/
Dbase64_exception.hpp39 } 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()
Ddataflow_exception.hpp43 } 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/
Dunwindtest.cc68 } 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()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/third_party/boost/boost/archive/
Darchive_exception.hpp82 } exception_code; typedef in boost::archive::archive_exception
83 exception_code code;
86 exception_code c,
Dxml_archive_exception.hpp42 } exception_code; typedef in boost::archive::xml_archive_exception
44 exception_code c,
/third_party/boost/libs/serialization/performance/xml/
Dharness.hpp117 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/
Dportable_binary_oarchive.hpp42 } exception_code; typedef in portable_binary_oarchive_exception
43 portable_binary_oarchive_exception(exception_code c = invalid_flags ) in portable_binary_oarchive_exception()
Dportable_binary_iarchive.hpp41 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/
Dxml_archive_exception.cpp30 exception_code c, in xml_archive_exception()
Darchive_exception.cpp41 exception_code c, in archive_exception()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_java_wrap.c208 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/
Dlibwebp_java_wrap.c208 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/
Dgtest-internal-inl.h406 static int GTestShouldProcessSEH(DWORD exception_code);
Dgtest.cc555 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/
Dgtest-internal-inl.h408 static int GTestShouldProcessSEH(DWORD exception_code);
Dgtest.cc761 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/
Dgtest-all.cc796 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()