/external/rust/crates/clap/src/error/ |
D | kind.rs | 4 pub enum ErrorKind { enum 315 impl ErrorKind { impl 344 impl std::fmt::Display for ErrorKind { implementation
|
/external/rust/crates/clap/3.2.23/src/error/ |
D | kind.rs | 4 pub enum ErrorKind { enum 398 impl ErrorKind { implementation 436 impl std::fmt::Display for ErrorKind { implementation
|
/external/rust/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 …]
|
/external/rust/crates/xml-rs/src/reader/ |
D | error.rs | 12 pub enum ErrorKind { enum 52 pub fn kind(&self) -> &ErrorKind { &self.kind } in kind() 92 impl Clone for ErrorKind { implementation 103 impl PartialEq for ErrorKind { implementation 119 impl Eq for ErrorKind {} implementation
|
/external/rust/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 299 impl ErrorKind { implementation 307 impl fmt::Display for ErrorKind { implementation
|
/external/rust/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()
|
/external/rust/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 { implementation
|
/external/rust/crates/thiserror/tests/ |
D | test_transparent.rs | 13 enum ErrorKind { in test_transparent_struct() enum 68 enum ErrorKind<'a> { in test_non_static() enum
|
/external/rust/crates/aho-corasick/src/ |
D | error.rs | 16 pub enum ErrorKind { enum 41 pub fn kind(&self) -> &ErrorKind { in kind()
|
/external/rust/crates/regex-automata/src/ |
D | error.rs | 17 pub enum ErrorKind { enum 58 pub fn kind(&self) -> &ErrorKind { in kind()
|
/external/rust/crates/serde_json/src/io/ |
D | core.rs | 8 pub enum ErrorKind { enum 23 pub(crate) fn new(_kind: ErrorKind, _error: &'static str) -> Error { in new()
|
/external/rust/crates/nom/tests/ |
D | escaped.rs | 6 fn esc(s: &str) -> IResult<&str, &str, (&str, ErrorKind)> { in esc() argument
|
D | custom_errors.rs | 26 fn append(_: &'a str, kind: ErrorKind, other: CustomError) -> Self { in append()
|
/external/rust/crates/der-parser/src/ |
D | error.rs | 82 fn append(_input: I, kind: ErrorKind, _other: Self) -> Self { in append() 88 fn from_external_error(_input: I, kind: ErrorKind, _e: E) -> BerError { in from_external_error()
|
/external/pigweed/pw_crypto/public/pw_crypto/ |
D | sha256_mock.h | 23 enum class ErrorKind { enum
|
/external/turbine/java/com/google/turbine/diag/ |
D | TurbineError.java | 28 public enum ErrorKind { enum in TurbineError 65 ErrorKind(String message) { in ErrorKind() method in TurbineError.ErrorKind
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | set.h | 25 enum ErrorKind { enum
|
/external/rust/crates/remove_dir_all/src/ |
D | portable.rs | 47 fn expect_failure<T>(k: io::ErrorKind, r: io::Result<T>) -> io::Result<()> { in expect_failure()
|
/external/rust/crates/der-parser/tests/ |
D | custom_error.rs | 22 fn append(_input: &'a [u8], _kind: ErrorKind, other: Self) -> Self { in append()
|
/external/rust/crates/uuid/src/ |
D | error.rs | 8 pub(crate) enum ErrorKind { enum
|
/external/rust/crates/semver/src/ |
D | error.rs | 4 pub(crate) enum ErrorKind { enum
|
/external/rust/crates/x509-parser/src/ |
D | error.rs | 86 fn append(_input: I, kind: ErrorKind, _other: Self) -> Self { in append()
|
/external/rust/cxx/gen/src/ |
D | fs.rs | 17 pub fn kind(&self) -> io::ErrorKind { in kind()
|
/external/rust/crates/nom/src/branch/ |
D | tests.rs | 38 fn append(input: I, kind: ErrorKind, other: Self) -> Self { in append()
|