Searched defs:ErrorVTable (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
| D | error.rs | 241 vtable: &'static ErrorVTable, in construct() 606 struct ErrorVTable { struct 607 object_drop: unsafe fn(Own<ErrorImpl>), 608 object_ref: unsafe fn(Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static>, 610 object_mut: unsafe fn(Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static), 611 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 612 object_downcast: unsafe fn(Ref<ErrorImpl>, TypeId) -> Option<Ref<()>>, 614 object_downcast_mut: unsafe fn(Mut<ErrorImpl>, TypeId) -> Option<Mut<()>>, 615 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 620 object_backtrace: unsafe fn(Ref<ErrorImpl>) -> Option<&Backtrace>, [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
| D | error.rs | 241 vtable: &'static ErrorVTable, in construct() 606 struct ErrorVTable { struct 607 object_drop: unsafe fn(Own<ErrorImpl>), 608 object_ref: unsafe fn(Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static>, 610 object_mut: unsafe fn(Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static), 611 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 612 object_downcast: unsafe fn(Ref<ErrorImpl>, TypeId) -> Option<Ref<()>>, 614 object_downcast_mut: unsafe fn(Mut<ErrorImpl>, TypeId) -> Option<Mut<()>>, 615 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 620 object_backtrace: unsafe fn(Ref<ErrorImpl>) -> Option<&Backtrace>, [all …]
|
| /external/rust/android-crates-io/crates/anyhow/src/ |
| D | error.rs | 306 vtable: &'static ErrorVTable, in construct() 672 struct ErrorVTable { struct 673 object_drop: unsafe fn(Own<ErrorImpl>), 674 object_ref: unsafe fn(Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static>, 676 object_mut: unsafe fn(Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static), 677 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 678 object_downcast: unsafe fn(Ref<ErrorImpl>, TypeId) -> Option<Ref<()>>, 680 object_downcast_mut: unsafe fn(Mut<ErrorImpl>, TypeId) -> Option<Mut<()>>, 681 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 686 object_backtrace: unsafe fn(Ref<ErrorImpl>) -> Option<&Backtrace>, [all …]
|
| /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 …]
|