Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/examples/
Dcustom_error.rs15 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
/third_party/rust/crates/nom/src/
Derror.rs18 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/
Dcustom_errors.rs22 fn from_error_kind(_: &'a str, kind: ErrorKind) -> Self { in from_error_kind() method
/third_party/rust/crates/nom/src/branch/
Dtests.rs34 fn from_error_kind(input: I, kind: ErrorKind) -> Self { in from_error_kind() method
/third_party/rust/crates/rust-cexpr/src/
Dlib.rs99 fn from_error_kind(input: I, kind: nom::ErrorKind) -> Self { in from_error_kind() method
/third_party/rust/crates/nom/src/combinator/
Dtests.rs100 fn from_error_kind(_: I, _: ErrorKind) -> Self { in from_error_kind() method
/third_party/rust/crates/nom/src/multi/
Dtests.rs314 fn from_error_kind(_: I, _: ErrorKind) -> NilError { in from_error_kind() method