Searched refs:tuple_parser (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | sequence.rs | 86 macro_rules! tuple_parser { macro 296 tuple_parser!(PartialState1; A); 297 tuple_parser!(PartialState2; A, B); 298 tuple_parser!(PartialState3; A, B, C); 299 tuple_parser!(PartialState4; A, B, C, D); 300 tuple_parser!(PartialState5; A, B, C, D, E); 301 tuple_parser!(PartialState6; A, B, C, D, E, F); 302 tuple_parser!(PartialState7; A, B, C, D, E, F, G); 303 tuple_parser!(PartialState8; A, B, C, D, E, F, G, H); 304 tuple_parser!(PartialState9; A, B, C, D, E, F, G, H, I); [all …]
|