Home
last modified time | relevance | path

Searched defs:from_error_kind (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/nom/src/
Derror.rs15 fn from_error_kind(input: I, kind: ErrorKind) -> Self; in from_error_kind() method
42 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
52 fn from_error_kind(_: I, _: ErrorKind) -> Self {} in from_error_kind() method
94 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
Dwhitespace.rs998 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
/external/rust/crates/nom/tests/
Dcustom_errors.rs23 fn from_error_kind(_: &'a str, kind: ErrorKind) -> Self { in from_error_kind() method
/external/rust/crates/cexpr/src/
Dlib.rs90 fn from_error_kind(input: I, kind: nom::ErrorKind) -> Self { in from_error_kind() method
/external/rust/crates/nom/src/combinator/
Dmacros.rs1094 fn from_error_kind(_: I, _: ErrorKind) -> Self { in from_error_kind() method
Dmod.rs793 fn from_error_kind(_: I, _: ErrorKind) -> Self { in from_error_kind() method
/external/rust/crates/nom/src/branch/
Dmacros.rs808 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
/external/rust/crates/nom/src/multi/
Dmacros.rs814 fn from_error_kind(_: I, _: ErrorKind) -> NilError { in from_error_kind() method