Searched refs:TakeUntil (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/nom/src/ |
D | error.rs | 379 TakeUntil, enumerator 437 ErrorKind::TakeUntil => 12, in error_to_u32() 500 ErrorKind::TakeUntil => "Take until", in description()
|
/third_party/rust/crates/nom/src/bytes/ |
D | complete.rs | 445 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()
|
D | streaming.rs | 498 Some(0) => Err(Err::Error(Error::from_error_kind(i, ErrorKind::TakeUntil))), in take_until1()
|