Home
last modified time | relevance | path

Searched defs:SubCommandTwo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dargs_info_tests.rs54 struct SubCommandTwo { in args_info_test_subcommand() struct
57 fooey: bool, in args_info_test_subcommand()
953 struct SubCommandTwo { in test_dynamic_subcommand() struct
956 fooey: bool, in test_dynamic_subcommand()
Dlib.rs154 struct SubCommandTwo { in subcommand_example() struct
157 fooey: bool, in subcommand_example()
237 struct SubCommandTwo { in dynamic_subcommand_example() struct
240 fooey: bool, in dynamic_subcommand_example()
1692 struct SubCommandTwo { in subcommand_does_not_panic() struct
1695 fooey: bool, in subcommand_does_not_panic()
/aosp_15_r20/external/rust/android-crates-io/crates/argh/examples/
Dsimple_example.rs33 struct SubCommandTwo { struct
36 fooey: bool,