Home
last modified time | relevance | path

Searched defs:exception_class (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/src/unwind/
DRaiseException.c31 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() local
Dunwind-internal.h62 uint64_t exception_class = exception_object->exception_class; in _Unwind_Phase2() local
/third_party/libunwind/include/
Dunwind.h80 alignas(8) uint64_t exception_class; member
/third_party/ffmpeg/libavcodec/
Dffjni.c153 jclass exception_class = NULL; in ff_jni_exception_get_summary() local
/third_party/flatbuffers/tests/
Dpy_test.py51 def assertRaises(test_case, fn, exception_class): argument