Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dfunctions.rs429 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/
Dlib.rs466 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()
/external/rust/crates/regex/tests/
Dtest_default.rs90 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.rs1312 Self: Sized + std::panic::UnwindSafe, in catch_unwind()
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs2132 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()