Home
last modified time | relevance | path

Searched defs:UnwindSafe (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/rusqlite/src/
Dfunctions.rs367 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/
Dlib.rs440 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()
/external/rust/crates/regex/tests/
Dtest_default.rs91 fn assert_unwind_safe<T: UnwindSafe>() {} in oibits()
/external/rust/crates/futures-util/src/future/future/
Dmod.rs433 Self: Sized + ::std::panic::UnwindSafe, in catch_unwind()
/external/rust/crates/proc-macro-error/src/
Dlib.rs429 F: FnOnce() -> proc_macro::TokenStream + UnwindSafe, in entry_point()
/external/rust/crates/futures-util/src/stream/stream/
Dmod.rs1102 Self: Sized + std::panic::UnwindSafe, in catch_unwind()
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs2138 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()