Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dlib.rs293 assert_help_string::<Cmd>( in multiline_doc_comment_description()
379 fn assert_help_string<T: FromArgs>(help_str: &str) { in assert_help_string() function
431 assert_help_string::<Repeating>( in repeating()
453 assert_help_string::<WithArgName>( in with_arg_name()
488 assert_help_string::<LastRepeating>( in repeating()
571 assert_help_string::<LastRepeatingGreedy>( in positional_greedy()
1182 assert_help_string::<HelpExample>( in help_example()
1225 assert_help_string::<WithArgName>( in with_arg_name()
1255 assert_help_string::<Cmd>( in hidden_help_attribute()