Searched refs:many_till (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/nom/tests/ |
H A D | overflow.rs | 74 use nom::{bytes::complete::tag, multi::many_till}; in overflow_incomplete_many_till() 77 many_till(length_data(be_u64), tag("abc"))(i) in overflow_incomplete_many_till() 80 // Trigger an overflow in many_till in overflow_incomplete_many_till()
|
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 15 count, fold_many0, fold_many1, fold_many_m_n, length_count, many0, many1, many_m_n, many_till, 159 many_till(tag("abcd"), tag("efgh"))(i) in many_till_test()
|
H A D | mod.rs | 150 /// use nom::multi::many_till; 154 /// many_till(tag("abc"), tag("end"))(s) 165 pub fn many_till<I, O, P, E, F, G>( in many_till() functions
|
Completed in 2 milliseconds