Home
last modified time | relevance | path

Searched refs:tuple_choice_parser_inner (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dchoice.rs209 tuple_choice_parser_inner!($head; $head);
212 tuple_choice_parser_inner!($head; $head $($id)+);
217 macro_rules! tuple_choice_parser_inner { macro