Home
last modified time | relevance | path

Searched refs:from_char (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nom/src/
H A Derror.rs26 fn from_char(input: I, _: char) -> Self { in from_char() functions
184 fn from_char(input: I, c: char) -> Self { in from_char() functions
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs41 Some((_, false)) => Err(Err::Error(Error::from_char(i, c))), in char()
H A Dcomplete.rs42 _ => Err(Err::Error(Error::from_char(i, c))), in char()

Completed in 5 milliseconds