Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffjni.c154 jclass exception_class = NULL; in ff_jni_exception_get_summary() local
/third_party/rust/rust/library/unwind/src/
Dlibunwind.rs83 pub exception_class: _Unwind_Exception_Class, field
/third_party/flatbuffers/tests/
Dpy_test.py88 def assertRaises(test_case, fn, exception_class): argument