Searched defs:UnwindSafe (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | functions.rs | 367 A: RefUnwindSafe + UnwindSafe, in create_aggregate_function() 390 A: RefUnwindSafe + UnwindSafe, in create_window_function() 484 A: RefUnwindSafe + UnwindSafe, in create_aggregate_function() 515 A: RefUnwindSafe + UnwindSafe, in create_window_function() 570 A: RefUnwindSafe + UnwindSafe, in call_boxed_step() 616 A: RefUnwindSafe + UnwindSafe, in call_boxed_inverse() 655 A: RefUnwindSafe + UnwindSafe, in call_boxed_final() 699 A: RefUnwindSafe + UnwindSafe, in call_boxed_value()
|
/external/rust/crates/bstr/src/ |
D | lib.rs | 440 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()
|
/external/rust/crates/regex/tests/ |
D | test_default.rs | 91 fn assert_unwind_safe<T: UnwindSafe>() {} in oibits()
|
/external/rust/crates/futures-util/src/future/future/ |
D | mod.rs | 433 Self: Sized + ::std::panic::UnwindSafe, in catch_unwind()
|
/external/rust/crates/proc-macro-error/src/ |
D | lib.rs | 429 F: FnOnce() -> proc_macro::TokenStream + UnwindSafe, in entry_point()
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | mod.rs | 1102 Self: Sized + std::panic::UnwindSafe, in catch_unwind()
|
/external/rust/crates/aho-corasick/src/ |
D | ahocorasick.rs | 2138 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()
|