Home
last modified time | relevance | path

Searched refs:TakeUntil (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/nom/src/
Derror.rs379 TakeUntil, enumerator
437 ErrorKind::TakeUntil => 12, in error_to_u32()
500 ErrorKind::TakeUntil => "Take until", in description()
/third_party/rust/crates/nom/src/bytes/
Dcomplete.rs445 None => Err(Err::Error(Error::from_error_kind(i, ErrorKind::TakeUntil))), in take_until()
481 None => Err(Err::Error(Error::from_error_kind(i, ErrorKind::TakeUntil))), in take_until1()
482 Some(0) => Err(Err::Error(Error::from_error_kind(i, ErrorKind::TakeUntil))), in take_until1()
Dstreaming.rs498 Some(0) => Err(Err::Error(Error::from_error_kind(i, ErrorKind::TakeUntil))), in take_until1()