Searched refs:wrap_stream_error (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | range.rs | 25 uncons_range, uncons_while, uncons_while1, wrap_stream_error, Range as StreamRange, 59 Err(err) => wrap_stream_error(input, err), in parse_lazy() 499 return wrap_stream_error(input, first_error); in parse_partial()
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | mod.rs | 178 Err(err) => wrap_stream_error(input, err), in uncons() 246 pub fn wrap_stream_error<T, Input>( in wrap_stream_error() function 270 Err(err) => wrap_stream_error(input, err), in uncons_range() 306 Err(err) => wrap_stream_error(input, err), in uncons_while() 373 wrap_stream_error(input, err) in uncons_while1()
|