Home
last modified time | relevance | path

Searched defs:RangeStream (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/combine/src/parser/
Drange.rs113 Input: RangeStream, in parse_partial_range()
228 Input: RangeStream, in recognize_with_value()
252 pub fn range<Input>(i: Input::Range) -> Range<Input> in range()
297 pub fn take<Input>(n: usize) -> Take<Input> in take()
355 Input: RangeStream, in take_while()
413 Input: RangeStream, in take_while1()
528 pub fn take_until_range<Input>(r: Input::Range) -> TakeUntilRange<Input> in take_until_range()
626 Input: RangeStream, in take_fn()
Dregex.rs271 Input: RangeStream, in match_()
331 Input: RangeStream, in find()
389 Input: RangeStream, in find_many()
457 Input: RangeStream, in captures()
526 Input: RangeStream, in captures_many()
/external/rust/crates/combine/src/stream/
Dmod.rs242 pub trait RangeStream: Stream + RangeStreamOnce {} trait
268 Input: ?Sized + RangeStream, in uncons_range()
303 Input: ?Sized + RangeStream, in uncons_while()
338 Input: ?Sized + RangeStream, in uncons_while1()
1314 Input: RangeStream, in decode()
1353 Input: RangeStream, in decode_tokio()