Searched defs:UnwindSafe (Results  1 – 7 of 7) sorted by relevance
| /external/rust/crates/rusqlite/src/ | 
| D | functions.rs | 429         A: RefUnwindSafe + UnwindSafe,  in create_aggregate_function()454         A: RefUnwindSafe + UnwindSafe,  in create_window_function()
 550         A: RefUnwindSafe + UnwindSafe,  in create_aggregate_function()
 581         A: RefUnwindSafe + UnwindSafe,  in create_window_function()
 636     A: RefUnwindSafe + UnwindSafe,  in call_boxed_step()
 683     A: RefUnwindSafe + UnwindSafe,  in call_boxed_inverse()
 721     A: RefUnwindSafe + UnwindSafe,  in call_boxed_final()
 766     A: RefUnwindSafe + UnwindSafe,  in call_boxed_value()
 
 | 
| /external/rust/crates/bstr/src/ | 
| D | lib.rs | 466         fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {}  in oibits()
 | 
| /external/rust/crates/regex/tests/ | 
| D | test_default.rs | 90     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 | 1312         Self: Sized + std::panic::UnwindSafe,  in catch_unwind()
 | 
| /external/rust/crates/aho-corasick/src/ | 
| D | ahocorasick.rs | 2132         fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {}  in oibits()
 |