/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | error.rs | 23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() 53 fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self; in from_external_error() 77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() 86 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 103 impl<I> ParseError<I> for (I, ErrorKind) { implementation 108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() 113 impl<I> ContextError<I> for (I, ErrorKind) {} implementation 115 impl<I, E> FromExternalError<I, E> for (I, ErrorKind) { implementation 116 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() [all …]
|
D | traits.rs | 467 e: ErrorKind, in split_at_position1() 492 e: ErrorKind, in split_at_position1_complete() 516 e: ErrorKind, in split_at_position1() 544 e: ErrorKind, in split_at_position1_complete() 578 e: ErrorKind, in split_at_position1() 606 e: ErrorKind, in split_at_position1_complete() 642 e: ErrorKind, in split_at_position1() 678 e: ErrorKind, in split_at_position1_complete() 1282 impl<I> ErrorConvert<(I, ErrorKind)> for ((I, usize), ErrorKind) { implementation 1283 fn convert(self) -> (I, ErrorKind) { in convert() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/ |
H A D | error.rs | 23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() 53 fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self; in from_external_error() 77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() 86 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 103 impl<I> ParseError<I> for (I, ErrorKind) { implementation 108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() 113 impl<I> ContextError<I> for (I, ErrorKind) {} implementation 115 impl<I, E> FromExternalError<I, E> for (I, ErrorKind) { implementation 116 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() [all …]
|
H A D | traits.rs | 467 e: ErrorKind, in split_at_position1() 492 e: ErrorKind, in split_at_position1_complete() 516 e: ErrorKind, in split_at_position1() 544 e: ErrorKind, in split_at_position1_complete() 578 e: ErrorKind, in split_at_position1() 606 e: ErrorKind, in split_at_position1_complete() 642 e: ErrorKind, in split_at_position1() 678 e: ErrorKind, in split_at_position1_complete() 1282 impl<I> ErrorConvert<(I, ErrorKind)> for ((I, usize), ErrorKind) { implementation 1283 fn convert(self) -> (I, ErrorKind) { in convert() argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | error.rs | 165 pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self { in new() 215 pub enum ErrorKind { enum 433 impl ErrorKind { implementation 485 impl fmt::Display for ErrorKind { implementation 551 pub fn new<E>(kind: ErrorKind, error: E) -> Error in new() 583 fn _new(kind: ErrorKind, error: Box<dyn error::Error + Send + Sync>) -> Error { in _new() 974 pub fn kind(&self) -> ErrorKind { in kind()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | error.rs | 165 pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self { in new() 215 pub enum ErrorKind { enum 433 impl ErrorKind { implementation 485 impl fmt::Display for ErrorKind { implementation 551 pub fn new<E>(kind: ErrorKind, error: E) -> Error in new() 583 fn _new(kind: ErrorKind, error: Box<dyn error::Error + Send + Sync>) -> Error { in _new() 974 pub fn kind(&self) -> ErrorKind { in kind()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | error.rs | 165 pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self { in new() 215 pub enum ErrorKind { enum 433 impl ErrorKind { impl 485 impl fmt::Display for ErrorKind { implementation 551 pub fn new<E>(kind: ErrorKind, error: E) -> Error in new() 583 fn _new(kind: ErrorKind, error: Box<dyn error::Error + Send + Sync>) -> Error { in _new() 974 pub fn kind(&self) -> ErrorKind { in kind()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | error.rs | 165 pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self { in new() 215 pub enum ErrorKind { enum 433 impl ErrorKind { implementation 485 impl fmt::Display for ErrorKind { implementation 551 pub fn new<E>(kind: ErrorKind, error: E) -> Error in new() 583 fn _new(kind: ErrorKind, error: Box<dyn error::Error + Send + Sync>) -> Error { in _new() 974 pub fn kind(&self) -> ErrorKind { in kind()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | error.rs | 165 pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self { in new() 215 pub enum ErrorKind { enum 433 impl ErrorKind { implementation 485 impl fmt::Display for ErrorKind { implementation 551 pub fn new<E>(kind: ErrorKind, error: E) -> Error in new() 583 fn _new(kind: ErrorKind, error: Box<dyn error::Error + Send + Sync>) -> Error { in _new() 974 pub fn kind(&self) -> ErrorKind { in kind()
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ |
D | error.rs | 218 fn from_external_error(input: &I, kind: ErrorKind, e: EXT) -> Self { in from_external_error() 332 fn from_external_error(input: &I, kind: ErrorKind, e: E) -> Self; in from_external_error() 416 fn from_external_error(input: &I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 485 fn from_external_error(_input: &I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error() 590 fn from_external_error(_input: &I, _kind: ErrorKind, e: E) -> Self { in from_external_error() 603 fn from_external_error(_input: &I, _kind: ErrorKind, _e: E) -> Self { in from_external_error() 930 fn from_external_error(input: &I, kind: ErrorKind, e: E) -> Self { in from_external_error() 1116 fn from_external_error(input: &I, kind: ErrorKind, _e: E) -> Self { in from_external_error() 1150 pub enum ErrorKind { enum 1164 impl ErrorKind { impl [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/ |
D | diagnostic_chain.rs | 60 pub(crate) enum ErrorKind<'a> { enum 65 impl<'a> ErrorKind<'a> { implementation 77 impl<'a> std::fmt::Debug for ErrorKind<'a> { implementation 86 impl<'a> std::fmt::Display for ErrorKind<'a> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | error.rs | 29 pub fn new(kind: ErrorKind, position: Length) -> Error { in new() 51 pub fn kind(self) -> ErrorKind { in kind() 164 pub enum ErrorKind { enum 300 impl ErrorKind { implementation 308 impl fmt::Display for ErrorKind { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/ |
D | kind.rs | 4 pub enum ErrorKind { enum 333 impl ErrorKind { impl 362 impl std::fmt::Display for ErrorKind { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/ |
H A D | kind.rs | 4 pub enum ErrorKind { enum 333 impl ErrorKind { impl 362 impl std::fmt::Display for ErrorKind { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/error/ |
D | kind.rs | 4 pub enum ErrorKind { enum 398 impl ErrorKind { impl 436 impl std::fmt::Display for ErrorKind { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/error/ |
D | kind.rs | 13 pub(in crate::error) enum ErrorKind { enum 36 impl ErrorKind { impl 66 impl fmt::Display for ErrorKind { implementation 112 impl From<ErrorUnknownField> for ErrorKind { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/ |
D | error.rs | 15 pub enum ErrorKind { enum 171 pub fn kind(&self) -> &ErrorKind { in kind() 217 impl Clone for ErrorKind { implementation 229 impl PartialEq for ErrorKind { implementation 246 impl Eq for ErrorKind {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | error.rs | 29 pub fn kind(&self) -> &ErrorKind { in kind() 34 pub fn into_kind(self) -> ErrorKind { in into_kind() 60 pub enum ErrorKind { enum 109 impl ErrorKind { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/src/ |
D | lib.rs | 30 pub enum ErrorKind { enum 50 impl From<nom::ErrorKind> for ErrorKind { implementation 56 impl From<u32> for ErrorKind { implementation 106 fn append(_: I, _: nom::ErrorKind, other: Self) -> Self { in append()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | error.rs | 116 fn kind(&self) -> ErrorKind { in kind() 227 pub enum ErrorKind { enum 342 pub(crate) fn with_io_error<E>(kind: io::ErrorKind, error: E) -> Self in with_io_error() 360 pub fn kind(&self) -> ErrorKind { in kind() 506 fn ok_or_error<C, F>(self, kind: io::ErrorKind, f: F) -> Result<T, Error> in ok_or_error() 523 fn ok_or_error<C, F>(self, kind: io::ErrorKind, f: F) -> Result<T, Error> in ok_or_error()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/ |
D | error.rs | 16 pub enum ErrorKind { enum 42 impl StdError for ErrorKind { implementation 82 impl fmt::Display for ErrorKind { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/path/ |
D | mod.rs | 255 pub enum ErrorKind { enum 317 impl fmt::Display for ErrorKind { implementation 366 pub fn kind(&self) -> &ErrorKind { in kind() 371 pub fn into_kind(self) -> ErrorKind { in into_kind()
|
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/tests/ |
D | test_transparent.rs | 13 enum ErrorKind { in test_transparent_struct() enum 68 enum ErrorKind<'a> { in test_non_static() enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | error.rs | 16 pub enum ErrorKind { enum 41 pub fn kind(&self) -> &ErrorKind { in kind()
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/path/ |
D | parser.rs | 51 pub fn from_str(input: &str) -> Result<Expression, ErrorKind> { in from_str() argument 76 pub fn to_error_kind(e: Err<nom::error::Error<&str>>) -> ErrorKind { in to_error_kind()
|