Home
last modified time | relevance | path

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

/external/rust/crates/combine/src/parser/
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.rs51 pub fn digit<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in digit() argument
69 pub fn space<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in space() argument
103 pub fn newline<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in newline() argument
120 pub fn crlf<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in crlf() argument
136 pub fn tab<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in tab() argument
152 pub fn upper<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in upper() argument
168 pub fn lower<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in lower() argument
185 pub fn alpha_num<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in alpha_num() argument
202 pub fn letter<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in letter() argument
218 pub fn oct_digit<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in oct_digit() argument
[all …]
Dchar.rs63 pub fn space<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in space() argument
100 pub fn newline<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in newline() argument
117 pub fn crlf<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in crlf() argument
133 pub fn tab<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in tab() argument
151 pub fn upper<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in upper() argument
169 pub fn lower<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in lower() argument
188 pub fn alpha_num<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in alpha_num() argument
207 pub fn letter<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in letter() argument
223 pub fn oct_digit<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in oct_digit() argument
239 pub fn hex_digit<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in hex_digit() argument
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 …]
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 …]
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()
Dsequence.rs519 type PartialState = <(Ignore<P1>, P2) as Parser<Input>>::PartialState; typedef
535 state: &mut Self::PartialState, in parse_mode_impl()
567 type PartialState = <(P1, Ignore<P2>) as Parser<Input>>::PartialState; typedef
575 state: &mut Self::PartialState, in parse_mode_impl()
638 type PartialState = (P::PartialState, Option<(bool, N)>, N::PartialState); typedef
646 state: &mut Self::PartialState, in parse_mode_impl()
728 type PartialState = (P::PartialState, Option<(bool, P::Output)>, N::PartialState); typedef
736 state: &mut Self::PartialState, in parse_mode_impl()
825 type PartialState = ( typedef
837 state: &mut Self::PartialState, in parse_mode_impl()
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 …]
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 …]
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()
/external/rust/crates/combine/examples/
Dasync.rs56 ) -> impl Parser<Input, Output = Vec<u8>, PartialState = AnyPartialState> + 'a in decode_parser() argument
/external/rust/crates/combine/tests/
Dasync.rs277 ) -> impl Parser<Input, Output = String, PartialState = AnySendPartialState> + 'a in content_length() argument
/external/rust/crates/combine/src/stream/
Dmod.rs1310 partial_state: &mut P::PartialState, in decode()
1349 partial_state: &mut P::PartialState, in decode_tokio()