Searched defs:from_error_kind (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/nom/examples/ |
D | custom_error.rs | 15 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
/third_party/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
|
/third_party/rust/crates/nom/tests/ |
D | custom_errors.rs | 22 fn from_error_kind(_: &'a str, kind: ErrorKind) -> Self { in from_error_kind() method
|
/third_party/rust/crates/nom/src/branch/ |
D | tests.rs | 34 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
|
/third_party/rust/crates/rust-cexpr/src/ |
D | lib.rs | 99 fn from_error_kind(input: I, kind: nom::ErrorKind) -> Self { in from_error_kind() method
|
/third_party/rust/crates/nom/src/combinator/ |
D | tests.rs | 100 fn from_error_kind(_: I, _: ErrorKind) -> Self { in from_error_kind() method
|
/third_party/rust/crates/nom/src/multi/ |
D | tests.rs | 314 fn from_error_kind(_: I, _: ErrorKind) -> NilError { in from_error_kind() method
|