Searched refs:optional_option (Results 1 – 2 of 2) sorted by relevance
/external/zstd/tests/regression/ |
D | test.c | 72 optional_option, enumerator 105 {128, "use this config", optional_option, &g_config}, 106 {129, "use this data", optional_option, &g_data}, 107 {130, "use this method", optional_option, &g_method}, 108 {'d', "compare the results to this file", optional_option, &g_diff}, 120 case optional_option: in required_message()
|
/external/rust/crates/structopt/tests/ |
D | options.rs | 37 fn optional_option() { in optional_option() function
|