Searched defs:ErrorVTable (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/ |
H A D | error.rs | 239 vtable: &'static ErrorVTable, in construct() 609 struct ErrorVTable { struct 610 object_drop: unsafe fn(Own<ErrorImpl>), 611 object_ref: unsafe fn(Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static>, 613 object_mut: unsafe fn(Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static), 614 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 615 object_downcast: unsafe fn(Ref<ErrorImpl>, TypeId) -> Option<Ref<()>>, 617 object_downcast_mut: unsafe fn(Mut<ErrorImpl>, TypeId) -> Option<Mut<()>>, 618 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 623 object_backtrace: unsafe fn(Ref<ErrorImpl>) -> Option<&Backtrace>, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/ |
D | error.rs | 239 vtable: &'static ErrorVTable, in construct() 609 struct ErrorVTable { struct 610 object_drop: unsafe fn(Own<ErrorImpl>), 611 object_ref: unsafe fn(Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static>, 613 object_mut: unsafe fn(Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static), 614 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 615 object_downcast: unsafe fn(Ref<ErrorImpl>, TypeId) -> Option<Ref<()>>, 617 object_downcast_mut: unsafe fn(Mut<ErrorImpl>, TypeId) -> Option<Mut<()>>, 618 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 623 object_backtrace: unsafe fn(Ref<ErrorImpl>) -> Option<&Backtrace>, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | error.rs | 185 vtable: &'static ErrorVTable, in construct() 467 struct ErrorVTable { struct 468 object_drop: unsafe fn(Own<ErasedErrorImpl>), 469 object_ref: 471 object_ref_stderr: 474 object_boxed: unsafe fn(Own<ErasedErrorImpl>) -> Box<dyn Diagnostic + Send + Sync + 'static>, 476 object_boxed_stderr: 478 object_downcast: unsafe fn(Ref<'_, ErasedErrorImpl>, TypeId) -> Option<Ref<'_, ()>>, 479 object_drop_rest: unsafe fn(Own<ErasedErrorImpl>, TypeId), 674 unsafe fn vtable(p: NonNull<ErasedErrorImpl>) -> &'static ErrorVTable { in vtable() [all …]
|