Home
last modified time | relevance | path

Searched defs:PartialState (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dcombinator.rs29 type PartialState = P::PartialState; typedef
37 state: &mut Self::PartialState, in parse_mode_impl()
97 type PartialState = P::PartialState; typedef
110 state: &mut Self::PartialState, in parse_committed_mode()
123 state: &mut Self::PartialState, in parse_mode_impl()
176 type PartialState = (); typedef
223 type PartialState = P::PartialState; typedef
231 state: &mut Self::PartialState, in parse_mode_impl()
268 type PartialState = P::PartialState; typedef
276 state: &mut Self::PartialState, in parse_mode_impl()
[all …]
Dchoice.rs72 type PartialState: Default; typedef
77 state: &mut Self::PartialState, in parse_first()
83 state: &mut Self::PartialState, in parse_partial()
90 state: &mut Self::PartialState, in parse_mode_choice()
105 type PartialState = P::PartialState; typedef
113 state: &mut Self::PartialState, in parse_mode_choice()
362 type PartialState = P::PartialState; typedef
370 state: &mut Self::PartialState, in parse_mode_impl()
389 state: &mut (usize, P::PartialState), in slice_parse_mode()
478 type PartialState = (usize, P::PartialState); typedef
[all …]
Dbyte.rs50 pub fn digit<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in digit() argument
67 pub fn space<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in space() argument
99 pub fn newline<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in newline() argument
115 pub fn crlf<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in crlf() argument
130 pub fn tab<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in tab() argument
145 pub fn upper<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in upper() argument
160 pub fn lower<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in lower() argument
176 pub fn alpha_num<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in alpha_num() argument
192 pub fn letter<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in letter() argument
207 pub fn oct_digit<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in oct_digit() argument
[all …]
Dchar.rs61 pub fn space<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in space() argument
96 pub fn newline<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in newline() argument
112 pub fn crlf<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in crlf() argument
127 pub fn tab<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in tab() argument
144 pub fn upper<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in upper() argument
161 pub fn lower<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in lower() argument
179 pub fn alpha_num<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in alpha_num() argument
197 pub fn letter<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in letter() argument
212 pub fn oct_digit<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in oct_digit() argument
227 pub fn hex_digit<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in hex_digit() argument
Dmod.rs91 type PartialState: Default; typedef
123 state: &mut Self::PartialState, in parse_with_state()
213 state: &mut Self::PartialState, in parse_stream_partial()
243 state: &mut Self::PartialState, in parse_first()
258 state: &mut Self::PartialState, in parse_partial()
271 state: &mut Self::PartialState, in parse_mode()
287 state: &mut Self::PartialState, in parse_mode_impl()
307 state: &mut Self::PartialState, in parse_committed_mode()
790 fn iter(self, input: &mut Input) -> Iter<'_, Input, Self, Self::PartialState, FirstMode> in iter() argument
824 partial_state: &'s mut Self::PartialState, in partial_iter()
[all …]
Drange.rs41 type PartialState = (); typedef
159 type PartialState = (usize, P::PartialState); typedef
167 state: &mut Self::PartialState, in parse_mode()
265 type PartialState = (); typedef
311 type PartialState = usize; typedef
319 state: &mut Self::PartialState, in parse_mode_impl()
369 type PartialState = usize; typedef
377 state: &mut Self::PartialState, in parse_mode_impl()
428 type PartialState = usize; typedef
434 to_consume: &mut Self::PartialState, in parse_partial()
[all …]
Dsequence.rs517 type PartialState = <(Ignore<P1>, P2) as Parser<Input>>::PartialState; typedef
533 state: &mut Self::PartialState, in parse_mode_impl()
565 type PartialState = <(P1, Ignore<P2>) as Parser<Input>>::PartialState; typedef
573 state: &mut Self::PartialState, in parse_mode_impl()
636 type PartialState = (P::PartialState, Option<(bool, N)>, N::PartialState); typedef
644 state: &mut Self::PartialState, in parse_mode_impl()
726 type PartialState = (P::PartialState, Option<(bool, P::Output)>, N::PartialState); typedef
734 state: &mut Self::PartialState, in parse_mode_impl()
823 type PartialState = ( typedef
835 state: &mut Self::PartialState, in parse_mode_impl()
Dtoken.rs22 type PartialState = (); typedef
79 type PartialState = (); typedef
127 type PartialState = (); typedef
185 type PartialState = (); typedef
238 type PartialState = (); typedef
341 type PartialState = (); typedef
436 type PartialState = (); typedef
484 type PartialState = (); typedef
537 type PartialState = (); typedef
587 type PartialState = (); typedef
[all …]
Derror.rs24 type PartialState = (); typedef
104 type PartialState = P::PartialState; typedef
112 state: &mut Self::PartialState, in parse_mode_impl()
161 type PartialState = P::PartialState; typedef
169 state: &mut Self::PartialState, in parse_mode_impl()
206 type PartialState = P::PartialState; typedef
214 state: &mut Self::PartialState, in parse_mode_impl()
Dfunction.rs14 type PartialState = (); typedef
75 type PartialState = (); typedef
88 type PartialState = (); typedef
124 type PartialState = (); typedef
Dregex.rs229 type PartialState = (); typedef
286 type PartialState = (); typedef
348 type PartialState = (); typedef
406 type PartialState = (); typedef
475 type PartialState = (); typedef
Drepeat.rs126 type PartialState = (usize, F, P::PartialState); typedef
134 state: &mut Self::PartialState, in parse_mode_impl()
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs1521 type PartialState; typedef
1525 fn complete(&mut self) -> Self::PartialState; in complete()
1528 fn restore_partial(&mut self, state: Self::PartialState); in restore_partial()
1541 type PartialState = (); typedef
1543 fn complete(&mut self) -> Self::PartialState {} in complete()
1545 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial()
1554 type PartialState = (); typedef
1556 fn complete(&mut self) -> Self::PartialState { in complete()
1560 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial()
1569 type PartialState = (); typedef
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/combine/benches/
Dbuffers.rs23 fn parser<'a, I>() -> impl combine::Parser<I, Output = usize, PartialState = AnySendSyncPartialStat… in parser() argument
/aosp_15_r20/external/rust/android-crates-io/crates/combine/examples/
Dasync.rs56 ) -> impl Parser<Input, Output = Vec<u8>, PartialState = AnyPartialState> + 'a in decode_parser() argument
/aosp_15_r20/external/rust/android-crates-io/crates/combine/tests/
Dasync.rs277 ) -> impl Parser<Input, Output = String, PartialState = AnySendPartialState> + 'a in content_length() argument
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Dmod.rs1309 partial_state: &mut P::PartialState, in decode()
1348 partial_state: &mut P::PartialState, in decode_tokio()