Searched defs:from_error_kind (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/der-parser/tests/ |
| D | custom_error.rs | 18 fn from_error_kind(input: &'a [u8], kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/nom/src/ |
| D | error.rs | 18 fn from_error_kind(input: I, kind: ErrorKind) -> Self; in from_error_kind() method 73 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method 104 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method 122 fn from_error_kind(_: I, _: ErrorKind) -> Self {} in from_error_kind() method 173 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/nom/tests/ |
| D | custom_errors.rs | 22 fn from_error_kind(_: &'a str, kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/x509-parser/src/ |
| D | error.rs | 83 fn from_error_kind(_input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/der-parser/src/ |
| D | error.rs | 79 fn from_error_kind(_input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/nom/src/branch/ |
| D | tests.rs | 34 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/cexpr/src/ |
| D | lib.rs | 99 fn from_error_kind(input: I, kind: nom::ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/nom/src/combinator/ |
| D | tests.rs | 100 fn from_error_kind(_: I, _: ErrorKind) -> Self { in from_error_kind() method
|
| /external/rust/crates/nom/src/multi/ |
| D | tests.rs | 314 fn from_error_kind(_: I, _: ErrorKind) -> NilError { in from_error_kind() method
|