Home
last modified time | relevance | path

Searched defs:ErrorImpl (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A Derror.rs627 unsafe fn object_drop<E>(e: Own<ErrorImpl>) { in object_drop()
635 unsafe fn object_drop_front<E>(e: Own<ErrorImpl>, target: TypeId) { in object_drop_front()
685 unsafe fn object_downcast<E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in object_downcast()
712 unsafe fn object_downcast_mut<E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in object_downcast_mut()
738 unsafe fn context_downcast<C, E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_downcast()
758 unsafe fn context_downcast_mut<C, E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_downcast_mut()
778 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest()
795 unsafe fn context_chain_downcast<C>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_chain_downcast()
812 unsafe fn context_chain_downcast_mut<C>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_chain_downcast_mut()
828 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest()
[all …]
H A Dfmt.rs6 impl ErrorImpl { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/
Derror.rs627 unsafe fn object_drop<E>(e: Own<ErrorImpl>) { in object_drop()
635 unsafe fn object_drop_front<E>(e: Own<ErrorImpl>, target: TypeId) { in object_drop_front()
685 unsafe fn object_downcast<E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in object_downcast()
712 unsafe fn object_downcast_mut<E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in object_downcast_mut()
738 unsafe fn context_downcast<C, E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_downcast()
758 unsafe fn context_downcast_mut<C, E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_downcast_mut()
778 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest()
795 unsafe fn context_chain_downcast<C>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_chain_downcast()
812 unsafe fn context_chain_downcast_mut<C>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_chain_downcast_mut()
828 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest()
[all …]
Dfmt.rs6 impl ErrorImpl { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/
Derror.rs655 pub(crate) struct ErrorImpl<E> { struct
671 type ErasedErrorImpl = ErrorImpl<()>; argument
678 impl<E> ErrorImpl<E> { impl
719 impl<E> StdError for ErrorImpl<E> implementation
728 impl<E> Diagnostic for ErrorImpl<E> where E: Diagnostic {} implementation
730 impl<E> Debug for ErrorImpl<E> implementation
739 impl<E> Display for ErrorImpl<E> implementation
Dfmt.rs4 impl ErrorImpl<()> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Derror.rs175 struct ErrorImpl { struct
176 code: ErrorCode,
177 line: usize,
178 column: usize,
334 impl Display for ErrorImpl { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Derror.rs230 struct ErrorImpl { struct
231 code: ErrorCode,
232 line: usize,
233 column: usize,
405 impl Display for ErrorImpl { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Derror.rs232 struct ErrorImpl { struct
233 code: ErrorCode,
234 line: usize,
235 column: usize,
418 impl Display for ErrorImpl { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Derror.rs97 enum ErrorImpl { enum
115 impl ErrorImpl { implementation
149 impl Debug for ErrorImpl { implementation
192 impl Display for ErrorImpl { implementation
211 impl error::Error for ErrorImpl { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/
Derror.rs10 struct ErrorImpl { struct
25 inner: ErrorImpl { kind, source: None }, in new() argument
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Derror.rs18 pub(crate) enum ErrorImpl { enum
126 pub(crate) fn shared(self) -> Arc<ErrorImpl> { in shared()
182 impl ErrorImpl { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Derror.rs259 struct ErrorImpl { struct
260 code: ErrorCode,
261 offset: u64,
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Derror.rs18 struct ErrorImpl { struct
19 kind: Kind,
20 cause: Option<Cause>,
22 connect_info: Option<Connected>,
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/de/
Dvalue.rs56 type ErrorImpl = Box<str>; typedef
58 type ErrorImpl = (); typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/de/
H A Dvalue.rs56 type ErrorImpl = Box<str>; typedef
58 type ErrorImpl = (); typedef