Home
last modified time | relevance | path

Searched refs:try_convert_unexpected_callback_error (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/
Dcallbackinterface.rs151 pub fn try_convert_unexpected_callback_error<E>( in try_convert_unexpected_callback_error() method
164 pub fn try_convert_unexpected_callback_error<E>( in try_convert_unexpected_callback_error() method
207 .try_convert_unexpected_callback_error($error)
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/
Dffi_converter_traits.rs381 fn try_convert_unexpected_callback_error(e: UnexpectedUniFFICallbackError) -> Result<Self>; in try_convert_unexpected_callback_error() method
552 …fn try_convert_unexpected_callback_error(e: $crate::UnexpectedUniFFICallbackError) -> $crate::deps…
Dffi_converter_impls.rs520 Err(E::try_convert_unexpected_callback_error(e).unwrap_or_else(|e| panic!("{e}"))) in handle_callback_unexpected_error()